09-22-2011 09:31 AM - edited 03-04-2019 01:42 PM
I know I'm forgetting something stupid..
Have the following configuration:
router A:
int g0/0.79
description to switch A g1/5
encap do1q 79
ip address 10.27.79.24 255.255.255.0
no shut
switch A
:
int vlan 79
nterface Vlan79
description SWITCH MANAGEMENT VLAN
ip address 10.27.79.4 255.255.255
int g1/5
desc to router A g0/0
switchport
switchport trunk encap dot1q
switchport trunk allowed vlan all
All the interfacess are up, but I can't ping.. what did I forget????
09-22-2011 09:33 AM
Is the subnet mask on the 6500 for vlan 79 really 255.255.255.255 ?
If so change it to 255.255.255.0
Jon
09-22-2011 11:31 AM
Do you need to set the interface on the switch to be in trunk mode?
int g1/5
switchport mode trunk
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide