SNMP SNMP

1.1         SNMP V2

1.1.1 Topology

 

1.1.2 Configuration

xNet#configure terminal

xNet(config)#snmp-server host xxx 10.204.253.202

xNet(config)#snmp-server community rw xxx

xNet(config)#end

XNET #

1.1.3 results

The distal end of the snmpwalk tool acquires node information:

 

1.2         SNMP V3

Add a user password authentication

1.2.1 Configuration

1) add a user password authentication based on the v2 (authNoPriv):

xNet#configure terminal

xNet(config)#snmp-server snmpv3-Set xnetxnet xnetxnet md5

xNet(config)#end

XNET #

1.2.2 results

1) the distal end of the snmpwalk tool acquires node information:

 

2) Use snmpgetnext and snmpbulkget tools (Certified user: xxx, passwd: xxxxxxxx)

 

 

1.3         xNet private MIB

Use MIB Browser imitation ask xNet private MIB

Configuring

This example uses the MIB-Browser

1) load the private MIB file into the MIB-Browser

The mib file xNet provided on the C drive, right-click the file mib Compile (Compile), click Save All, save to your path (usually stored in the installation path MIB / MIB / SMIDB), and then open the MIB Browser MIB, load compiled MIB module

2) xNet private MIB tree path

Guess you like

Origin www.cnblogs.com/niezhongle/p/11075337.html