Hey Gang!
got this 2924 w/ 5 vlans, I've assigned a ip of each vlan,
I can't telnet to the remaining 4 vlans. and it can't accept the "no shutdown" command for vlan 4-5. Vlan is up
and able to telnet to it.
and here's my sample of my config.
any help is appreciated.
<start>
!
interface VLAN6
ip address 131.107.6.50 255.255.255.0
no ip directed-broadcast
no ip route-cache
shutdown
interface VLAN3
ip address 131.107.3.50 255.255.255.0
no ip directed-broadcast
no ip route-cache
shutdown
!
interface VLAN4
ip address 131.107.4.50 255.255.255.0
no ip directed-broadcast
no ip route-cache
shutdown
!
interface VLAN5
ip directed-broadcast
no ip route-cache
<end>
thks again
//Ase