I think that I am having vlan issues and am unable to spot where my config problem is. I have a cisco 3845 that has two gig interfaces. One carries a 192.168.X network (inside) and the other carries a 172.20.X network - P2P between sites. Im looking to add a 10.100.100.0/24 network and am running into issues. On the cisco I've created the interface and added it to vlan2:
#sh run int gigabitEthernet 0/1.1
Building configuration...
Current configuration : 117 bytes
!
interface GigabitEthernet0/1.1
encapsulation dot1Q 2
ip address 10.100.100.253 255.255.255.0
no cdp enable
end
On the HP switches I've created the vlan and added access ports 30-40 to it. (and port 1 on this particular switch)
vlan 2
name "management"
untagged 1,30-40
tagged 2,Trk1
no ip address
exit
Clients that are connected to ports 30-40 are unable to ping their gateway address (gig0/1.1) and I am not sure why.
Any help would be appreciated.
#sh run int gigabitEthernet 0/1.1
Building configuration...
Current configuration : 117 bytes
!
interface GigabitEthernet0/1.1
encapsulation dot1Q 2
ip address 10.100.100.253 255.255.255.0
no cdp enable
end
On the HP switches I've created the vlan and added access ports 30-40 to it. (and port 1 on this particular switch)
vlan 2
name "management"
untagged 1,30-40
tagged 2,Trk1
no ip address
exit
Clients that are connected to ports 30-40 are unable to ping their gateway address (gig0/1.1) and I am not sure why.
Any help would be appreciated.