vlan + telnet
orange_badger
Member Posts: 35 ■■□□□□□□□□
in CCNA & CCENT
basically ive got a switch setup to telnet. Done the line vty stuff, no shut on the vlan etc etc , but can not telnet into any other vlan then vlan 1 when an address is assigned to it. even when i assign only one other vlan an address and removed the ip address from vlan 1. was just wondering why this is? What makes vlan 1 so special, i know its there by default but other then that. [FONT="][/FONT]
Comments
-
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□orange_badger wrote: »basically ive got a switch setup to telnet. Done the line vty stuff, no shut on the vlan etc etc , but can not telnet into any other vlan then vlan 1 when an address is assigned to it. even when i assign only one other vlan an address and removed the ip address from vlan 1. was just wondering why this is? What makes vlan 1 so special, i know its there by default but other then that.
-
mapletune Member Posts: 316I labbed similar scenarios before, and off the top of my head, the problem is as NetVet has described.
If you configure
int vlan 2
ip address 2.2.2.2 255.255.255.0
no shut
(conf) ip default-gateway 2.2.2.1
and try to ping it.... from a vlan 1 access port.. yea, that's not going to work. =pStudying: vmware, CompTIA Linux+, Storage+ or EMCISA
Future: CCNP, CCIE -
orange_badger Member Posts: 35 ■■□□□□□□□□tried a couple of the things you suggested above and got it in the end thanks