On Tue, 8 Sep 2009 15:59:04 +0200 (CEST) jean.tomaz.da.silva@gmail.com wrote:
Further,some ports Fast-Ethernet not are showing in the column "Ifindex". The switch device to have 50 ports ( 48 fast-ethernet and 2 gigabit-ethernet ).
So, in summary, NAV shows you 46 out of 50 ports. The missing ports are two FastEthernet ports and two GigabitEthernet ports?
If to use the command "snmpwalk" (net-snmp) of my machine, for example: snwmpalk -v1 -c community 192.168.5.30 ifindex. Will be showing all ports of device switch 192.168.5.30.
If you could you please show me the output of the following, that would be a lot more helpful:
for COL in ifDescr ifSpeed ifAdminStatus ifOperStatus; do snmpwalk -v1 -c community 192.168.5.30 $COL done