SYMMCOMMONNETWORK: View SNMP OID List / Download MIB

VENDOR: SYMMETRICOM


 Home MIB: SYMMCOMMONNETWORK
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 symmCommonNetwork 1.3.6.1.4.1.9070.1.2.5.4.1
This is the Symmetricom Common MIB for Ethernet and IP configuration and status. It has three main nodes: 1. Ethernet configuration 2. IP configuration and status (including routing and firewall) 3. VLAN configuration
     networkEthStatus 1.3.6.1.4.1.9070.1.2.5.4.1.1
         networkEthLinkTable 1.3.6.1.4.1.9070.1.2.5.4.1.1.1 no-access
The Ethernet port link table of the TP5000 device.
             networkEthLinkEntry 1.3.6.1.4.1.9070.1.2.5.4.1.1.1.1 no-access
The ethernet link table.
                 networkEthLinkIndex 1.3.6.1.4.1.9070.1.2.5.4.1.1.1.1.1 integer32 no-access
The index of ethernet link table.
                 networkEthLinkSpeed 1.3.6.1.4.1.9070.1.2.5.4.1.1.1.1.2 ethautospeedtype read-only
The ethernet auto-negotiation speed. The defined speeds are 100M, 1000M, or none
                 networkEthLinkStatus 1.3.6.1.4.1.9070.1.2.5.4.1.1.1.1.3 ethlinkstatus read-only
Eth port link status, UP or DOWN
     networkEthConfig 1.3.6.1.4.1.9070.1.2.5.4.1.2
         networkEthAutoNegTable 1.3.6.1.4.1.9070.1.2.5.4.1.2.1 no-access
Ethernet port auto-negotiation table for common network.
             networkEthAutoNegEntry 1.3.6.1.4.1.9070.1.2.5.4.1.2.1.1 no-access
An entry of Ethernet port auto-negotiation table. Table index is ifIndex (port/interface index).
                 networkEthAutoNegIndex 1.3.6.1.4.1.9070.1.2.5.4.1.2.1.1.1 integer32 no-access
Local index of the Ethernet port auto-negotiation table.
                 networkEthAutoNegState 1.3.6.1.4.1.9070.1.2.5.4.1.2.1.1.2 enablevalue read-write
Ethernet port auto-negotiation state can be Enable (1) or Disable (2).
                 networkEthAutoNegSpeed 1.3.6.1.4.1.9070.1.2.5.4.1.2.1.1.3 autospeedvalue read-write
Advertised speed for Ethernet port auto-negotiation. Its value can be 100M, 1000M, or All.
     networkIpConfig 1.3.6.1.4.1.9070.1.2.5.4.1.3
         networkIPv4ConfigTable 1.3.6.1.4.1.9070.1.2.5.4.1.3.1 no-access
IPv4 interface configuration table for common network. It is used to read or write the IP address of the specified interface.
             networkIPv4ConfigEntry 1.3.6.1.4.1.9070.1.2.5.4.1.3.1.1 no-access
An entry of the IPv4 interface configuration table. Table index is ifIndex (port/interface index).
                 networkIPv4ConfigIndex 1.3.6.1.4.1.9070.1.2.5.4.1.3.1.1.1 integer32 no-access
IPv4 Local Index
                 networkIPv4AddressOrigin 1.3.6.1.4.1.9070.1.2.5.4.1.3.1.1.2 ipaddressorigintc read-write
The origin of this IPv4 address can be one of the following: -manual(2) indicates that the address was manually configured to a specified address, e.g., by user configuration. -dhcp(4) indicates an address that was assigned to this system by a DHCP server. -linklayer(5) indicates an address created by IPv6 stateless auto-configuration. -random(6) indicates an address chosen by the system at random, e.g., an IPv4 address within 169.254/16, or an RFC 3041 privacy address. See existing object description
                 networkIPv4Address 1.3.6.1.4.1.9070.1.2.5.4.1.3.1.1.3 ipaddress read-write
The IP address to which this entry's addressing information pertains. Implementers need to be aware that if the size ipAddressAddr exceeds 116 octets, then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3
                 networkIPv4DefaultRouteAddr 1.3.6.1.4.1.9070.1.2.5.4.1.3.1.1.4 ipaddress read-write
The IP address of the default router represented by this row. The address type of this object is specified in symmIPAddressType. Implementers need to be aware that if the size of ipDefaultRouterAddress exceeds 115 octets, then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
                 networkIPv4SubnetMask 1.3.6.1.4.1.9070.1.2.5.4.1.3.1.1.5 ipaddress read-write
The mask of an IPv4 interface. The address format is : xxx.xxx.xxx.xxx.
                 networkIPv4PortState 1.3.6.1.4.1.9070.1.2.5.4.1.3.1.1.6 ipportstatevalue read-write
The IP interface state can be Enable (1) or Disable (2).
         networkIPv4StaticRouteTable 1.3.6.1.4.1.9070.1.2.5.4.1.3.2 no-access
The static route table is dynamic; its number of entries is not fixed. It is used to read or create a static route for the specified interface.
             networkIPv4StaticRouteEntry 1.3.6.1.4.1.9070.1.2.5.4.1.3.2.1 no-access
An entry of the IPv4 static route table. Table index is a double index: ifIndex and the local index networkIPv4StaticRouteIndex.
                 networkIPv4StaticRouteIndex 1.3.6.1.4.1.9070.1.2.5.4.1.3.2.1.1 integer32 read-only
Local index of the static route table.
                 networkIPv4StaticRouteIfindex 1.3.6.1.4.1.9070.1.2.5.4.1.3.2.1.2 integer32 read-only
IfIndex of the static route table.
                 networkIPv4StaticDestAddr 1.3.6.1.4.1.9070.1.2.5.4.1.3.2.1.3 ipaddress read-only
The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use.
                 networkIPv4StaticRouteMask 1.3.6.1.4.1.9070.1.2.5.4.1.3.2.1.4 ipaddress read-only
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipRouteMask by determining whether the value of the correspondent ipRouteDest field belong to a class-A, B, or C network, and then using one of: mask network 255.0.0.0 class-A 255.255.0.0 class-B 255.255.255.0 class-C If the value of the ipRouteDest is 0.0.0.0 (a default route), then the mask value is also 0.0.0.0. It should be noted that all IP routing subsystems implicitly use this mechanism.
                 networkIPv4StaticRouteNextHop 1.3.6.1.4.1.9070.1.2.5.4.1.3.2.1.5 ipaddress read-only
The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface.)
                 networkIPv4StaticRouteMetric1 1.3.6.1.4.1.9070.1.2.5.4.1.3.2.1.6 integer read-only
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1.
                 networkIPv4StaticRouteRowStatus 1.3.6.1.4.1.9070.1.2.5.4.1.3.2.1.7 rowstatus read-only
The row status of the IPv4 static route table is used to control row action. It has six defined action values: - `active(1)', which indicates that the conceptual row is available for use by the managed device; - `notInService(2)', which indicates that the conceptual row exists in the agent, but it is unavailable for use by the managed device; - `notReady(3)', which indicates that the conceptual row exists in the agent, but it does not have all information necessary for the row to be available for use by the managed device; - `createAndGo(4)', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device; - `createAndWait(5)', which is supplied by a management station wishing to create a new instance of a conceptual row (but not make it available for use by managed device); and, - `destroy(6)', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row.
         networkFirewallTable 1.3.6.1.4.1.9070.1.2.5.4.1.3.3 no-access
This is the firewall configuration table for TP5000 external management port on the main shelf IMC module.
             networkFirewallEntry 1.3.6.1.4.1.9070.1.2.5.4.1.3.3.1 no-access
An entry of the firewall configuration table. Table index is ifIndex.
                 networkFirewallIndex 1.3.6.1.4.1.9070.1.2.5.4.1.3.3.1.1 integer32 no-access
Local index of the port Firewall table.
                 networkFirewallICMP 1.3.6.1.4.1.9070.1.2.5.4.1.3.3.1.2 firewallonoff read-write
Firewall control for ICMP. Value is Allow (1) or Block (2).
                 networkFirewallTelnet 1.3.6.1.4.1.9070.1.2.5.4.1.3.3.1.3 firewallonoff read-write
Firewall control for Telnet. Value is Allow (1) or Block (2).
                 networkFirewallSSH 1.3.6.1.4.1.9070.1.2.5.4.1.3.3.1.4 firewallonoff read-write
Firewall control for SSH. Value is Allow (1) or Block (2).
                 networkFirewallSFTP 1.3.6.1.4.1.9070.1.2.5.4.1.3.3.1.5 firewallonoff read-write
Firewall control for SFTP. Value is Allow (1) or Block (2).
                 networkFirewallSNMP 1.3.6.1.4.1.9070.1.2.5.4.1.3.3.1.6 firewallonoff read-write
Firewall control for SNMP. Value is Allow (1) or Block (2).
                 networkFirewallFTP 1.3.6.1.4.1.9070.1.2.5.4.1.3.3.1.7 firewallonoff read-write
Firewall control for FTP. Value is Allow (1) or Block (2).
                 networkFirewallNTP 1.3.6.1.4.1.9070.1.2.5.4.1.3.3.1.8 firewallonoff read-write
Firewall control for NTP. Value is Allow (1) or Block (2).
         networkIPv6ConfigTable 1.3.6.1.4.1.9070.1.2.5.4.1.3.4 no-access
Description.
             networkIPv6ConfigEntry 1.3.6.1.4.1.9070.1.2.5.4.1.3.4.1 no-access
Description.
                 networkIPv6ConfigIndex 1.3.6.1.4.1.9070.1.2.5.4.1.3.4.1.1 integer32 no-access
Description.
                 networkIPv6AddressOrigin 1.3.6.1.4.1.9070.1.2.5.4.1.3.4.1.2 ipaddressorigintc read-write
The origin of this IPV6 address
                 networkIPv6Address 1.3.6.1.4.1.9070.1.2.5.4.1.3.4.1.3 inetaddressipv6 read-write
The IPV6 address to which this entry's addressing information pertains
                 networkIPv6Prefix 1.3.6.1.4.1.9070.1.2.5.4.1.3.4.1.4 integer32 read-write
Prefix of IPv6
                 networkIPv6DefaultRouteAddr 1.3.6.1.4.1.9070.1.2.5.4.1.3.4.1.5 inetaddressipv6 read-write
The IPv6 default router address. Format 2x:2x:2x:2x:2x:2x:2x:2x
                 networkIPv6PortState 1.3.6.1.4.1.9070.1.2.5.4.1.3.4.1.6 ipportstatevalue read-write
The IP interface state can be Enable(1) or Disable(2)
         networkIPv6StaticRouteTable 1.3.6.1.4.1.9070.1.2.5.4.1.3.5 no-access
Description.
             networkIPv6StaticRouteEntry 1.3.6.1.4.1.9070.1.2.5.4.1.3.5.1 no-access
Description.
                 networkIPv6StaticRouteIndex 1.3.6.1.4.1.9070.1.2.5.4.1.3.5.1.1 integer32 read-only
Description.
                 networkIPv6StaticRouteIfindex 1.3.6.1.4.1.9070.1.2.5.4.1.3.5.1.2 integer32 read-only
Description.
                 networkIPv6StaticRouteDestAddr 1.3.6.1.4.1.9070.1.2.5.4.1.3.5.1.3 inetaddressipv6 read-only
The destination IP address of this route
                 networkIPv6StaticRoutePrefix 1.3.6.1.4.1.9070.1.2.5.4.1.3.5.1.4 integer32 read-only
Description
                 networkIPv6StaticRouteNextHop 1.3.6.1.4.1.9070.1.2.5.4.1.3.5.1.5 inetaddressipv6z read-only
The IPv6 address of the next hop of this route.
                 networkIPv6StaticRouteMetric1 1.3.6.1.4.1.9070.1.2.5.4.1.3.5.1.6 integer read-only
The Primary routing metric for this route. The semantics of this metric are determined by the routing protocal specified in the route's ipRouteProto value.
                 networkIPv6StaticRouteRowStatus 1.3.6.1.4.1.9070.1.2.5.4.1.3.5.1.7 rowstatus read-only
The row status of the IPv6 static route table is used to control row action It has six defined action values - active(1) - notInService(2) - notReady(3) - createAndGo(4) - createAndWait(5) - destroy(6)
         networkIPVerTable 1.3.6.1.4.1.9070.1.2.5.4.1.3.6 no-access
IP version of available interfaces
             networkIPVerEntry 1.3.6.1.4.1.9070.1.2.5.4.1.3.6.1 no-access
Description.
                 networkIPVerIndex 1.3.6.1.4.1.9070.1.2.5.4.1.3.6.1.1 integer32 no-access
Description.
                 networkIPVersion 1.3.6.1.4.1.9070.1.2.5.4.1.3.6.1.2 inetaddresstype read-write
IP version of this interface
         networkIPv6AutoConfigTable 1.3.6.1.4.1.9070.1.2.5.4.1.3.7 no-access
Description.
             networkIPv6AutoConfigEntry 1.3.6.1.4.1.9070.1.2.5.4.1.3.7.1 no-access
Description.
                 networkIPv6AutoConfigIndex 1.3.6.1.4.1.9070.1.2.5.4.1.3.7.1.1 integer32 no-access
Description.
                 networkIPv6AutoConfigMode 1.3.6.1.4.1.9070.1.2.5.4.1.3.7.1.2 enablevalue read-write
Description.
     networkVlanConfig 1.3.6.1.4.1.9070.1.2.5.4.1.4
     networkIPStatus 1.3.6.1.4.1.9070.1.2.5.4.1.5
         networkIPv4StatusTable 1.3.6.1.4.1.9070.1.2.5.4.1.5.1 no-access
Description.
             networkIPv4StatusEntry 1.3.6.1.4.1.9070.1.2.5.4.1.5.1.1 no-access
Description.
                 networkIPv4StatusIndex 1.3.6.1.4.1.9070.1.2.5.4.1.5.1.1.1 integer32 no-access
Description.
                 networkIPv4Module 1.3.6.1.4.1.9070.1.2.5.4.1.5.1.1.2 tpmoduleid read-only
Description.
                 networkIPv4VlanID 1.3.6.1.4.1.9070.1.2.5.4.1.5.1.1.3 integer32 read-only
Description.
                 networkIPv4Addr 1.3.6.1.4.1.9070.1.2.5.4.1.5.1.1.4 inetaddressipv4 read-only
Description.
                 networkIPv4Netmask 1.3.6.1.4.1.9070.1.2.5.4.1.5.1.1.5 inetaddressipv4 read-only
Description.
                 networkIPv4RouteAddr 1.3.6.1.4.1.9070.1.2.5.4.1.5.1.1.6 inetaddressipv4 read-only
Description.
                 networkIPv4Mode 1.3.6.1.4.1.9070.1.2.5.4.1.5.1.1.7 ipaddressorigintc read-only
The origin of this IPv4 address can be one of the following: -manual(2) indicates that the address was manually configured to a specified address, e.g., by user configuration. -dhcp(4) indicates an address that was assigned to this system by a DHCP server. -linklayer(5) indicates an address created by IPv6 stateless auto-configuration. -random(6) indicates an address chosen by the system at random, e.g., an IPv4 address within 169.254/16, or an RFC 3041 privacy address. See existing object description
         networkIPv6StatusTable 1.3.6.1.4.1.9070.1.2.5.4.1.5.2 no-access
Description.
             networkIPv6StatusEntry 1.3.6.1.4.1.9070.1.2.5.4.1.5.2.1 no-access
Description.
                 networkIPv6StatusIndex 1.3.6.1.4.1.9070.1.2.5.4.1.5.2.1.1 integer32 no-access
Description.
                 networkIPv6Module 1.3.6.1.4.1.9070.1.2.5.4.1.5.2.1.2 tpmoduleid read-only
Description.
                 networkIPv6VlanID 1.3.6.1.4.1.9070.1.2.5.4.1.5.2.1.3 integer32 read-only
Description.
                 networkIPv6Addr 1.3.6.1.4.1.9070.1.2.5.4.1.5.2.1.4 inetaddressipv6 read-only
Description.
                 networkIPv6PrefixLength 1.3.6.1.4.1.9070.1.2.5.4.1.5.2.1.5 inetaddressprefixlength read-only
Description.
                 networkIPv6AddrScope 1.3.6.1.4.1.9070.1.2.5.4.1.5.2.1.6 ipv6scope read-only
Description.
                 networkIPv6Mode 1.3.6.1.4.1.9070.1.2.5.4.1.5.2.1.7 ipaddressorigintc read-only
Description.
     networkConformance 1.3.6.1.4.1.9070.1.2.5.4.1.6
This subtree contains conformance statements for the SYMMETRICOM-LED-MIB module.
         networkCompliances 1.3.6.1.4.1.9070.1.2.5.4.1.6.1
             networkBasicCompliance 1.3.6.1.4.1.9070.1.2.5.4.1.6.1.1
The compliance statement for SNMP entities which have common network of symmetricom.
         networkUocGroups 1.3.6.1.4.1.9070.1.2.5.4.1.6.2
             networkEthAutoNetGroup 1.3.6.1.4.1.9070.1.2.5.4.1.6.2.1
A collection of objects providing information applicable to ethernet auto-negotiation configuration group.
             networkIPv4ConfigGroup 1.3.6.1.4.1.9070.1.2.5.4.1.6.2.2
A collection of objects providing information applicable to IP configuration group.
             networkFirewallGroup 1.3.6.1.4.1.9070.1.2.5.4.1.6.2.3
A collection of objects providing information applicable to firewall group.
             networkIPv4StaticRouteGroup 1.3.6.1.4.1.9070.1.2.5.4.1.6.2.4
Description.
             networkEthStatusGroup 1.3.6.1.4.1.9070.1.2.5.4.1.6.2.5
Description.
             networkIPv6ConfigGroup 1.3.6.1.4.1.9070.1.2.5.4.1.6.2.6
Description.
             networkIPv6StaticRouteGroup 1.3.6.1.4.1.9070.1.2.5.4.1.6.2.7
Description.
             networkIPVersionGroup 1.3.6.1.4.1.9070.1.2.5.4.1.6.2.8
Description.
             networkIPv6AutoConfigGroup 1.3.6.1.4.1.9070.1.2.5.4.1.6.2.9
Description.
             networkIPv4StatusGroup 1.3.6.1.4.1.9070.1.2.5.4.1.6.2.10
Description.
             networkIPv6StatusGroup 1.3.6.1.4.1.9070.1.2.5.4.1.6.2.11
Description.