07-03-2022 06:29 AM
Anyone know how i can establish a lan extender between 2 routers conected wit subinterface on wan port in encapsulation dot1q. I need to host connected in R1 ping host connected in R2 but in same network.
07-03-2022 03:34 PM
But you use connection between router with dot1q on vlan 20!?
07-03-2022 03:34 PM
Can you send your lab confs!?
07-05-2022 06:12 AM
can you send configurations!?
07-06-2022 05:17 AM - edited 07-06-2022 05:19 AM
LT-3 ping LT-2
LT-2:10.35.10.130 fn DHCP
Routers and Switches running configurations below metioned. If you requires more info how to do configuration setup of Routers and Switches please let me know.
R1 - Router running configuration
R1>enable
R1#sh run
hostname R1
!
ip dhcp pool net10
network 10.35.10.0 255.255.255.128
default-router 10.35.10.1
ip dhcp pool net20
network 10.35.20.0 255.255.255.128
default-router 10.35.20.1
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.10
encapsulation dot1Q 10
ip address 10.35.10.1 255.255.255.128
!
interface GigabitEthernet0/0.20
encapsulation dot1Q 20
ip address 10.35.20.1 255.255.255.128
!
interface GigabitEthernet0/1
ip address 10.35.1.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip default-gateway 10.35.1.1
ip classless
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/1
ip route 0.0.0.0 0.0.0.0 10.35.1.2
!
end
R1#
R2 - Router running configuration
R2>enable
R2#sh run
hostname R2
!
ip dhcp pool net10
network 10.35.10.128 255.255.255.128
default-router 10.35.10.129
ip dhcp pool net20
network 10.35.20.128 255.255.255.128
default-router 10.35.20.129
!
interface GigabitEthernet0/0
ip address 10.35.1.2 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/1.10
encapsulation dot1Q 10
ip address 10.35.10.129 255.255.255.128
!
interface GigabitEthernet0/1.20
encapsulation dot1Q 20
ip address 10.35.20.129 255.255.255.128
!
interface Vlan1
no ip address
shutdown
!
ip default-gateway 10.35.1.2
ip classless
ip route 0.0.0.0 0.0.0.0 10.35.1.1
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
!
ip flow-export version 9
!
end
R2#
SW1 - Switch running configuration
SW1>enable
SW1#sh run
!
hostname SW1
!
interface FastEthernet0/1
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/2
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/3
switchport access vlan 10
switchport mode access
!
!
interface FastEthernet0/22
switchport access vlan 20
switchport mode access
!
interface FastEthernet0/23
switchport access vlan 20
switchport mode access
!
interface FastEthernet0/24
switchport access vlan 20
switchport mode access
!
interface GigabitEthernet0/1
switchport trunk allowed vlan 10,20
switchport mode trunk
!
interface GigabitEthernet0/2
!
interface Vlan1
no ip address
shutdown
!
!
end
SW1#
SW2 - Switch running configuration
SW2>enable
SW2#sh run
!
hostname SW2
!
interface FastEthernet0/1
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/2
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/3
switchport access vlan 10
switchport mode access
!
!
!
interface FastEthernet0/22
switchport access vlan 20
switchport mode access
!
interface FastEthernet0/23
switchport access vlan 20
switchport mode access
!
interface FastEthernet0/24
switchport access vlan 20
switchport mode access
!
interface GigabitEthernet0/1
switchport trunk allowed vlan 10,20
switchport mode trunk
!
interface GigabitEthernet0/2
!
interface Vlan1
no ip address
!
end
SW2#
07-07-2022 06:41 PM
Xconnect is not support for SVI in etherSwitch.
""L2TPv3 xconnect is not supported on an EtherSwitch module. This limitation is also applicable to switch virtual interfaces (SVI) that are physically terminated on an EtherSwitch module interface.""
according to this doc.
07-07-2022 06:48 PM
i made this:
on r1 i have one FW 10.75.76.254 connect in 1 port, vlan1 10.75.76.253 and i can ping 10.75.76.254 in r1 router, but i cant ping 10.75.76.254 in second router, i have vlan 1 10.75.76.252 and one host 10.75.76.251. I can ping 10.75.76.253 on host 10.75.76.251, but i have miss GW on FW interface, but if i configure i have no internet access. Have anyway with routes to second router ping FW 10.75.76.254!?
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