SNMP support and AirWave

电波发现和监控开关,you must:
  • Enable the SNMP services on the switch.

  • Configure the SNMP agent to use the SNMP version supported by the management station.

SNMP on the switch

The switch provides SNMP services through the management channel and the data interfaces. Functionality, such as device discovery from NMS, syslog and trap forwarding, can be any channel configured by you.

Although the SNMP server can be enabled on both VRFs (mgmtanddefault), only one instance of SNMP can be running. The highest priority is on thedefaultVRF.

For example, assume that SNMP is first enabled on themgmtVRF (snmp-server vrf mgmt). Then, SNMP is enabled on thedefaultVRF (snmp-server vrf default) without disabling SNMP on themgmt(using an equivalent没有form of the command). Theshow running-configcommand displays bothsnmp-server vrfcommands; however, the SNMP instance is running only on thedefaultVRF (highest priority).

switch#configswitch(config)#snmp-server vrf mgmtswitch(config)#snmp-server vrf defaultswitch(config)#show running-configCurrent configuration: ! !Version ArubaOS-CX Virtual.10.01. led locator on ! ! ! snmp-server vrf default snmp-server vrf mgmt ! ...