User`s guide

288 XgOS User’s Guide September 2014
With numeric OID:
Virtual Interface Status
All virtual interfaces should be up.
With symbolic object name:
With numeric OID:
Check the physical I/O port status, the I/O module status, and the server profile
status if a virtual interface is in a down state.
Traffic Counters
You can monitor traffic counters for both input and output octets.
Input and Output Traffic Counters
Both input and output traffic counters can be obtained via SNMP.
Note The input and output octets counters are 64-bit counters. As a result, some
SNMP management software might not display them properly if the software
supports only 32-bit counters.
$ snmpwalk -c public -v2c 192.168.10.100 -On ifDescr
.1.3.6.1.2.1.2.2.1.2.3 = STRING: vnic1.webserver-1
.1.3.6.1.2.1.2.2.1.2.4 = STRING: vnic2.webserver-1
.1.3.6.1.2.1.2.2.1.2.5 = STRING: vhba1.webserver-1
$ snmpwalk -c public -v2c -mALL 192.168.10.100 ifOperStatus
IF-MIB::ifOperStatus.3 = INTEGER: up(1)
IF-MIB::ifOperStatus.4 = INTEGER: up(1)
IF-MIB::ifOperStatus.5 = INTEGER: down(2)
$ snmpwalk -c public -v2c -mALL 192.168.10.100 -On ifOperStatus
.1.3.6.1.2.1.2.2.1.8.3 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.4 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.5 = INTEGER: down(2)