None
How to use IMC"s snmp tool to read mib nodes.
We use IMC"s snmp tool to read device bgp ipv4 neighbor.
When there are bgp ipv4 neighbors on this device:
[Leaf]dis bgp peer ipv4
BGP local router ID: X.X.X.X
Local AS number: 100
Total number of peers: 1 Peers in established state: 1
* - Dynamically created peer
^ - Peer created through link-local address
Peer AS MsgRcvd MsgSent OutQ PrefRcv Up/Down State
200.1.1.254 100 14 14 0 0 00:01:54 Established
Connect devices using mib tool
Load the mib file into the mib tool:
The mib reading tool on the IMC reads the node OID: 1.3.6.1.2.1.15.3.1.2. The result is that the bgp neighbor of 200.1.1.254 can be seen.
If there is no bgp ipv4 neighbor, it will not be able to walk out, and the corresponding customer will display no instance.