Routing MIBs
For the OSPF and BGP routing MIBs, Netvisor ONE hosts the routing protocols inside a vRouter. Use the commands vrouter-create and vrouter-modify to enable the routing MIBs. You can also enable the SNMP notifications for OSPF and BGP protocols while enabling the routing MIBs. Enabling Routing MIBs is supported only on individual vRouters in a fabric. You can enable routing MIBs only on one node at a time.
To enable or disable the BGP and OSPF routing MIBs on a vRouter, use the command:
CLI (network-admin@switch) > vrouter-create name name-string
Specify one or more options: |
|
bgp-snmp|no-bgp-snm |
Enable or disable BGP SNMP MIB. |
bgp-snmp-notification|no-bgp-snmp- notification |
Enable or disable BGP SNMP notifications. |
ospf-snmp|no-ospf-snmp |
Enable or disable OSPF SNMP MIB. |
ospf-snmp-notification|no-ospf- snmp-notification |
Enable or disable OSPF SNMP notifications. |
ospf6-snmp|no-ospf6-snmp |
Enable or disable OSPFv3 SNMP MIB. |
ospf6-snmp-notification|no-ospf6- snmp-notification |
Enable or disable OSPFv3 SNMP notifications |
ip-snmp|no-ip-snmp |
Enable or disable ipForward SNMP MIB. |
For example, to create a vrouter, vr1 and to enable the routing MIBs and notifications on vr1, use the command:
CLI (network-admin@switch) > vrouter-create vr1 bgp-snmp bgp-snmp-notification ospf-snmp ospf-snmp-notification
Use the vrouter-modify command to modify or disable the SNMP notifications:
CLI (network-admin@switch) > vrouter-modify vr1 bgp-snmp no-bgp-snmp-notification ospf-snmp no-ospf-snmp-notification