Cisco Cisco Videoscape Voyager Vantage 3.3

Page of 64
 
 
 
Multi-Room DVR 
OL-26411-02 
21 
 
Confirm the MIB objects for MoCA 
Complete the following steps to view the current MIB Object settings for MoCA on a 
specific set-top. 
1  From the DNCS, open an xterm window and log in as root user. 
2  From the DNCS $ prompt, type the following command and then press Enter
% snmptable -v 2c -c public -Os [set-top IP address] 
.1.3.6.1.4.1.31621.1.1.1.1 
 
Example command line
% snmptable -v 2c -c public -Os 
10.10.1.21 
.1.3.6.1.4.1.31621.1.1.1.1 
 
Example Output
# find the moce index
 
$snmpwalk  -Oq -v2c -cpublic 10.10.1.21 IF-MIB::ifType  
 
IF-MIB::ifType.1 ethernetCsmacd
 
IF-MIB::ifType.3 mocaVersion1
 
IF-MIB::ifType.5 ethernetCsmacd
 
IF-MIB::ifType.6 other
 
IF-MIB::ifType.7 ethernetCsmacd
 
 
#view the netstats of the moca interface
 
$snmpwalk  -Oq -v2c -cpublic 10.10.1.21 IF-MIB::ifTable  |grep 
"\.3" 
 
IF-MIB::ifIndex.3 3
 
IF-MIB::ifDescr.3 eth1
 
IF-MIB::ifType.3 mocaVersion1
 
IF-MIB::ifMtu.3 1500
 
IF-MIB::ifSpeed.3 10000000
 
IF-MIB::ifPhysAddress.3 2:23:be:bd:d2:86
 
IF-MIB::ifAdminStatus.3 down
 
IF-MIB::ifOperStatus.3 down
 
IF-MIB::ifLastChange.3 0:0:00:00.00
 
IF-MIB::ifInOctets.3 0
 
IF-MIB::ifInUcastPkts.3 0
 
IF-MIB::ifInNUcastPkts.3 0
 
IF-MIB::ifInDiscards.3 0
 
IF-MIB::ifInErrors.3 0