NMS-IP-ADDRESS-MIB: View SNMP OID List / Download MIB
VENDOR: SHANGHAI BAUD DATA COMMUNICATION DEVELOPMENT
Home | MIB: NMS-IP-ADDRESS-MIB | |||
---|---|---|---|---|
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).
|
|||
Object Name | OID | Type | Access | Info |
ipAddr | 1.3.6.1.4.1.3320.2.237 | |||
ipEntDefaultGateway | 1.3.6.1.4.1.3320.2.237.1 | ipaddress | read-write |
Device IP default gateway setting. In 2-layer switch this value is set to default gateway, and in 3-layer switch, this value is NULL. |
ipAddrTable | 1.3.6.1.4.1.3320.2.237.2 | no-access |
A table of interface IP address . |
|
1.3.6.1.4.1.3320.2.237.2.1 | no-access |
A collection of inteface IP address table. |
||
nmsIpEntAddr | 1.3.6.1.4.1.3320.2.237.2.1.1 | ipaddress | read-write |
This means inteface that value is 'nmsIpEntIfindex' corresoponding IP address. |
nmsIpEntIfindex | 1.3.6.1.4.1.3320.2.237.2.1.2 | integer | read-write |
Interface index. The same value as ifIndex in ifTable. This inteface must be routing interface, otherwise while setting this value, ths system will return error. |
nmsIpEntNetMask | 1.3.6.1.4.1.3320.2.237.2.1.3 | ipaddress | read-write |
This means inteface mask that value is 'nmsIpEntIfindex' corresoponding IP address. |
nmsIpEntRowStatus | 1.3.6.1.4.1.3320.2.237.2.1.4 | rowstatus | read-write |
Interface IP address table row status. |
nmsIpMacAddress | 1.3.6.1.4.1.3320.2.237.2.1.5 | physaddress | read-only |
Interface IP address VS MAC address. |
nmsIpIsSecondary | 1.3.6.1.4.1.3320.2.237.2.1.6 | integer | read-write |
The ip address configured is primary or secondary. A secondary address can't be configured until the primary one exist. Enumeration: 'primary': 0, 'secondary': 1. |