以下是我用来获取所需特定数据的以下命令。
获取端口 ID 和接口
snmpwalk -r:"switchName" -v:2 -t:10 -c:"*******" -os:"1.3.6.1.2.1.2.2.1.2" -op:"1.3.6.1.2.1 .2.2.1.3"
获取 Vlan No 和 Vlan 名称
snmpwalk -r:"switchName" -v:2 -t:10 -c:"*******" -os:"1.3.6.1.4.1.2636.3.40.1.5.1.5.1.2" -op: “1.3.6.1.4.1.2636.3.40.1.5.1.5.1.3”
snmpwalk -r:"switchName" -v:2 -t:10 -c:"*******" -os:"1.3.6.1.4.1.2636.3.40.1.5.1.5.1.5" -op: “1.3.6.1.4.1.2636.3.40.1.5.1.5.1.6”
获取 MAC 地址
snmpwalk -r:"switchName" -v:2 -t:10 -c:"*******" -os:"1.3.6.1.2.1.2.2.1.2" -op:"1.3.6.1.2.1 .2.2.1.3"
snmpwalk -r:"switchName" -v:2 -t:10 -c:"*******" -os:"1.0.8802.1.1.2.1.4.1.1.7" -op:"1.0.8802.1 .1.2.1.4.1.1.8"
获取端口 ID 和 Vlan 编号/接口和 Vlan 编号
??????????????????
你们知道我将使用什么命令/ oid 来获取每个接口的以下 vlan no 吗?还请验证我使用的 OID。
先感谢您。