jdstarns26
MIS
I was originally having a problem with DHCP on a M$ 2003 server. That has been resolved. The new problem that I have is I can't ping ANY statically assigned addresses (workstations, printers, switch)(41.xxx) on vlan 43 (43.xxx). I am trying to leave my static stuff (41.xxx) alone for the time being until I can go around and change. As you can see below, I've added vlan 41 access to the trunk but I still am unable to ping anything with a 41.xxx address.
see the related config:
4506 #1
interface GigabitEthernet2/1
description Stack-NORTH
switchport access vlan 41
switchport mode access
spanning-tree guard root
interface GigabitEthernet2/2
description Stack-SOUTH
switchport access vlan 41
switchport mode access
spanning-tree guard root
*********************new*************************
interface GigabitEthernet2/1
description Stack-NORTH
switchport trunk encapsulation dot1q
switchport trunk native vlan 43 (only way DHCP will work)
switchport trunk allowed vlan 41,43
switchport mode trunk
spanning-tree guard root
interface GigabitEthernet2/2
description Stack-NORTH
switchport trunk encapsulation dot1q
switchport trunk native vlan 43 (only way DHCP will work)
switchport trunk allowed vlan 41,43
switchport mode trunk
spanning-tree guard root
*******************end new***********************
interface Vlan41
description SSR2-3 INTERNAL
ip address 192.168.43.180 255.255.255.0 secondary (removed to create a true vlan 43)
ip address 192.168.41.180 255.255.255.0
no ip redirects
standby 41 ip 192.168.41.1
standby 41 priority 200
standby 41 preempt delay reload 30
standby 43 ip 192.168.43.1 (moved to true vlan 43)
standby 43 priority 200 (moved to true vlan 43)
standby 43 preempt delay reload 30 (moved to true vlan 43)
*******************new************************
interface Vlan41
description SSR2-3 INTERNAL
ip address 192.168.41.180 255.255.255.0
no ip redirects
standby 41 ip 192.168.41.1
standby 41 priority 200
standby 41 preempt delay reload 30
interface Vlan43
description INTERNAL
ip address 192.168.43.2 255.255.255.0
ip helper-address 192.168.41.115 (needed because DHCP server is on vlan 41)
no ip redirects
standby 43 ip 192.168.43.1
standby 43 priority 200
standby 43 preempt delay reload 30
*******************end new*********************
4506 #2
interface GigabitEthernet2/1
description Stack-NORTH
switchport access vlan 41
switchport mode access
spanning-tree guard root
!
interface GigabitEthernet2/2
description Stack-SOUTH
switchport access vlan 41
switchport mode access
spanning-tree guard root
**************new*****************
interface GigabitEthernet2/1
description Stack-NORTH
switchport trunk encapsulation dot1q
switchport trunk native vlan 43 (only way DHCP will work)
switchport trunk allowed vlan 41,43
switchport mode trunk
spanning-tree guard root
interface GigabitEthernet2/2
description Stack-NORTH
switchport trunk encapsulation dot1q
switchport trunk native vlan 43 (only way DHCP will work)
switchport trunk allowed vlan 41,43
switchport mode trunk
spanning-tree guard root
****************end new*************
interface Vlan41
description SSR2-3 INTERNAL
ip address 192.168.43.179 255.255.255.0 secondary (removed to create true vlan 43)
ip address 192.168.41.179 255.255.255.0
no ip redirects
ipx encapsulation ARPA (removed)
ipx network CC81 (removed)
standby 41 ip 192.168.41.1
standby 43 ip 192.168.43.1 (moved to vlan 43)
**********************new*******************
interface Vlan41
description SSR2-3 INTERNAL
ip address 192.168.41.179 255.255.255.0
no ip redirects
standby 41 ip 192.168.41.1
interface Vlan43
description INTERNAL
ip address 192.168.43.3 255.255.255.0
ip helper-address 192.168.41.115 (needed because DHCP server is on vlan 41)
no ip redirects
standby 43 ip 192.168.43.1
********************end new******************
Anyone have a clue? I am thinking that I need the following route:
ip route add 192.168.43.1 255.255.255.0 192.168.41.1 (or 192.168.41.1 255.255.255.0 192.168.43.1).
thanks in advance.
see the related config:
4506 #1
interface GigabitEthernet2/1
description Stack-NORTH
switchport access vlan 41
switchport mode access
spanning-tree guard root
interface GigabitEthernet2/2
description Stack-SOUTH
switchport access vlan 41
switchport mode access
spanning-tree guard root
*********************new*************************
interface GigabitEthernet2/1
description Stack-NORTH
switchport trunk encapsulation dot1q
switchport trunk native vlan 43 (only way DHCP will work)
switchport trunk allowed vlan 41,43
switchport mode trunk
spanning-tree guard root
interface GigabitEthernet2/2
description Stack-NORTH
switchport trunk encapsulation dot1q
switchport trunk native vlan 43 (only way DHCP will work)
switchport trunk allowed vlan 41,43
switchport mode trunk
spanning-tree guard root
*******************end new***********************
interface Vlan41
description SSR2-3 INTERNAL
ip address 192.168.43.180 255.255.255.0 secondary (removed to create a true vlan 43)
ip address 192.168.41.180 255.255.255.0
no ip redirects
standby 41 ip 192.168.41.1
standby 41 priority 200
standby 41 preempt delay reload 30
standby 43 ip 192.168.43.1 (moved to true vlan 43)
standby 43 priority 200 (moved to true vlan 43)
standby 43 preempt delay reload 30 (moved to true vlan 43)
*******************new************************
interface Vlan41
description SSR2-3 INTERNAL
ip address 192.168.41.180 255.255.255.0
no ip redirects
standby 41 ip 192.168.41.1
standby 41 priority 200
standby 41 preempt delay reload 30
interface Vlan43
description INTERNAL
ip address 192.168.43.2 255.255.255.0
ip helper-address 192.168.41.115 (needed because DHCP server is on vlan 41)
no ip redirects
standby 43 ip 192.168.43.1
standby 43 priority 200
standby 43 preempt delay reload 30
*******************end new*********************
4506 #2
interface GigabitEthernet2/1
description Stack-NORTH
switchport access vlan 41
switchport mode access
spanning-tree guard root
!
interface GigabitEthernet2/2
description Stack-SOUTH
switchport access vlan 41
switchport mode access
spanning-tree guard root
**************new*****************
interface GigabitEthernet2/1
description Stack-NORTH
switchport trunk encapsulation dot1q
switchport trunk native vlan 43 (only way DHCP will work)
switchport trunk allowed vlan 41,43
switchport mode trunk
spanning-tree guard root
interface GigabitEthernet2/2
description Stack-NORTH
switchport trunk encapsulation dot1q
switchport trunk native vlan 43 (only way DHCP will work)
switchport trunk allowed vlan 41,43
switchport mode trunk
spanning-tree guard root
****************end new*************
interface Vlan41
description SSR2-3 INTERNAL
ip address 192.168.43.179 255.255.255.0 secondary (removed to create true vlan 43)
ip address 192.168.41.179 255.255.255.0
no ip redirects
ipx encapsulation ARPA (removed)
ipx network CC81 (removed)
standby 41 ip 192.168.41.1
standby 43 ip 192.168.43.1 (moved to vlan 43)
**********************new*******************
interface Vlan41
description SSR2-3 INTERNAL
ip address 192.168.41.179 255.255.255.0
no ip redirects
standby 41 ip 192.168.41.1
interface Vlan43
description INTERNAL
ip address 192.168.43.3 255.255.255.0
ip helper-address 192.168.41.115 (needed because DHCP server is on vlan 41)
no ip redirects
standby 43 ip 192.168.43.1
********************end new******************
Anyone have a clue? I am thinking that I need the following route:
ip route add 192.168.43.1 255.255.255.0 192.168.41.1 (or 192.168.41.1 255.255.255.0 192.168.43.1).
thanks in advance.