Answer the question
In order to leave comments, you need to log in
Why doesn't another router, another vlan ping?
There is such a network:
Here is what is on Servers01
4 vlan. Each separate Vlan has a separate server. Trunks for all four vlans are thrown between routers.
On the router srv-r0 it is written:
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.11
encapsulation dot1Q 11
no ip address
!
interface GigabitEthernet0/0.12
encapsulation dot1Q 12
no ip address
!
interface GigabitEthernet0/0.13
encapsulation dot1Q 13
no ip address
!
interface GigabitEthernet0/0.20
encapsulation dot1Q 20
no ip address
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/1.11
encapsulation dot1Q 11
ip address 192.168.11.1 255.255.255.0
ip helper-address 192.168.13.10
!
interface GigabitEthernet0/1.12
encapsulation dot1Q 12
ip address 192.168.12.1 255.255.255.0
ip helper-address 192.168.13.10
!
interface GigabitEthernet0/1.13
encapsulation dot1Q 13
ip address 192.168.13.1 255.255.255.0
ip helper-address 192.168.13.10
!
interface GigabitEthernet0/1.20
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
ip helper-address 192.168.13.10
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.20
encapsulation dot1Q 20
ip address 192.168.20.2 255.255.255.0
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question