[59626] in North American Network Operators' Group
Re: IOS and SNMP question regarding 802.1q vlans on 7200.
daemon@ATHENA.MIT.EDU (Ross Chandler)
Mon Jul 14 13:02:56 2003
In-Reply-To:
<5B564A46C22FDB47A77C672D447D938C0166D624@bnaw2kmsx01.bna01.isdn.net>
Date: Mon, 14 Jul 2003 18:04:44 +0100
To: <nanog@merit.edu>
From: Ross Chandler <ross@eircom.net>
Errors-To: owner-nanog-outgoing@merit.edu
>Hi all. I've got a 7206 in a remote collocation facility that's running dot1q back to the community switch. When MRTG's cfgmaker only finds the physical interface, not the vlan sub interfaces. The other devices in the network use ISL, and don't have this problem. Does anyone have recommendations or experiences on how to make this work?
>
>Thanks,
>Ejay Hire
>
If you do an snmpwalk of interfaces.ifTable.ifEntry.ifType you should
see the dot1q interfaces showing up like this.
interfaces.ifTable.ifEntry.ifType.60 = l2vlan(135)
Have a look for this line in cfgmaker to confirm it knows about them.
'135'=>'Layer 2 Virtual LAN using 802.1Q',
Regards
Ross