Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2010-02-07 07:34:30
Size: 235
Editor: PieterSmit
Comment:
Revision 5 as of 2010-02-16 08:31:45
Size: 555
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * Cisco
   * Find snmp if index
     # show snmp mib ifmib ifindex
   * OSPF
     * $ snmpwalk -v2c -m all -c public 10.0.0.1 ospf | less
    OSPF-MIB::ospfNbrIpAddr.xxxx
    OSPF-MIB::ospfNbrRtrId.10.19.13.249.0
    OSPF-MIB::ospfNbrState.10.19.13.249.0
    OSPF-MIB::ospfNbmaNbrStatus.10.19.13.249.0


SNMP Simple Network Mangement

  • Wireless devices
  • Cisco
    • Find snmp if index
      • # show snmp mib ifmib ifindex
    • OSPF
      • $ snmpwalk -v2c -m all -c public 10.0.0.1 ospf | less
      • OSPF-MIB::ospfNbrIpAddr.xxxx OSPF-MIB::ospfNbrRtrId.10.19.13.249.0 OSPF-MIB::ospfNbrState.10.19.13.249.0 OSPF-MIB::ospfNbmaNbrStatus.10.19.13.249.0

...


CategoryCisco CategoryNetworkManagement

snmp (last edited 2017-11-10 22:46:44 by PieterSmit)