The configuration that I am going to say was not done by me, the only think I did was to create the IPSec VPN between both Sites, and that goes up.
The IPSec VPN is done in the ISP Router in both sites (Watchguard and PepWave)
The problem is the following.
Site A can ping Site B Cisco Router and all his interfaces. Then the Cisco Router in Site B is connected to a Cisco Switch 2900 Series (trunk mode in the switch), the problem is that I cannot ping any device that is under the Cisco Switch (included the switch which has the IP 10.0.1.10 has you will see), been going around for days and have not found the correct config.
Site A works fines and I will not show any config because is connected to other Sites and working
Site B has the following:
Cisco Router config (works has a call manager too):
interface GigabitEthernet0/0.1
description 1
encapsulation dot1Q 1 native
ip address 10.0.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/0.20
description 20
encapsulation dot1Q 20
ip address 10.0.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/0.30
description 30
encapsulation dot1Q 30
ip address 10.0.3.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/0.40
description 40
encapsulation dot1Q 40
ip address 10.0.4.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/1
description ISP
ip address 192.168.1.2 255.255.255.0
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
Cisco Switch Config:
nterface GigabitEthernet1/0/1
description VOICE VLAN 20
switchport access vlan 20
switchport mode access
!
interface GigabitEthernet1/0/2
description VOICE VLAN 20
switchport access vlan 20
switchport mode access
!
interface GigabitEthernet1/0/3
description VOICE VLAN 20
switchport access vlan 20
switchport mode access
!
interface GigabitEthernet1/0/4
description VOICE VLAN 20
switchport access vlan 20
switchport mode access
!
interface GigabitEthernet1/0/5
description VOICE VLAN 20
switchport access vlan 20
switchport mode access
And so on....
interface GigabitEthernet1/0/48
description uplink
switchport mode trunk
switchport nonegotiate
interface Vlan1
ip address 10.0.1.10 255.255.255.0
!
interface Vlan20
no ip address
!
interface Vlan30
no ip address
!
interface Vlan40
no ip address
!
ip default-gateway 10.0.1.1
ip http server
ip http secure-server
ip sla enable reaction-alerts
Please let me know how to make Site A access as well Site B switch and the devices connected to it.
The IPSec VPN is done in the ISP Router in both sites (Watchguard and PepWave)
The problem is the following.
Site A can ping Site B Cisco Router and all his interfaces. Then the Cisco Router in Site B is connected to a Cisco Switch 2900 Series (trunk mode in the switch), the problem is that I cannot ping any device that is under the Cisco Switch (included the switch which has the IP 10.0.1.10 has you will see), been going around for days and have not found the correct config.
Site A works fines and I will not show any config because is connected to other Sites and working
Site B has the following:
Cisco Router config (works has a call manager too):
interface GigabitEthernet0/0.1
description 1
encapsulation dot1Q 1 native
ip address 10.0.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/0.20
description 20
encapsulation dot1Q 20
ip address 10.0.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/0.30
description 30
encapsulation dot1Q 30
ip address 10.0.3.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/0.40
description 40
encapsulation dot1Q 40
ip address 10.0.4.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/1
description ISP
ip address 192.168.1.2 255.255.255.0
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
Cisco Switch Config:
nterface GigabitEthernet1/0/1
description VOICE VLAN 20
switchport access vlan 20
switchport mode access
!
interface GigabitEthernet1/0/2
description VOICE VLAN 20
switchport access vlan 20
switchport mode access
!
interface GigabitEthernet1/0/3
description VOICE VLAN 20
switchport access vlan 20
switchport mode access
!
interface GigabitEthernet1/0/4
description VOICE VLAN 20
switchport access vlan 20
switchport mode access
!
interface GigabitEthernet1/0/5
description VOICE VLAN 20
switchport access vlan 20
switchport mode access
And so on....
interface GigabitEthernet1/0/48
description uplink
switchport mode trunk
switchport nonegotiate
interface Vlan1
ip address 10.0.1.10 255.255.255.0
!
interface Vlan20
no ip address
!
interface Vlan30
no ip address
!
interface Vlan40
no ip address
!
ip default-gateway 10.0.1.1
ip http server
ip http secure-server
ip sla enable reaction-alerts
Please let me know how to make Site A access as well Site B switch and the devices connected to it.