cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
636
Views
0
Helpful
1
Replies

Refer to the topology below to answer this question.

897271415
Level 1
Level 1

Router Branch_R is configured with the following (copied from running-config):

!
interface GigabitEthernet0/0
no ip address
!
interface GigabitEthernet0/0.5
encapsulation dot1Q 5
ip address 192.168.5.1 255.255.255.0
!
interface Serial0/0/0
ip address 20.10.10.5 255.255.255.252
clock rate 2000000
!
router rip
version 2
network 20.0.0.0
network 192.168.5.0
network 192.168.10.0
!

Consider all other devices are correctly configured. VLAN 10 Laptops cannot ping the router, VLAN 5 PCs can. What additional configurations needed to rectify this problem?

Note: Do not use additional space in your answer.
Type the full form of commands. For ex, type interface, address, version, Serial0/0/0 etc., instead of int, add, ver, s0/0/0 and so on.

Q10.1.png

1 Reply 1

Hello,

 

the below is needed:

 

interface GigabitEthernet0/0.10
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0

Review Cisco Networking for a $25 gift card