6_Master VLANs: Step-by-Step Guide on Implementing VLANs and Inter-VLAN Routing

Опубликовано: 25 Март 2026
на канале: Learn With Rubel
40
2

router# configure terminal
router(config)# interface gigabitEthernet 0/0
router(config-if)# no shutdown
router(config-if)# exit
router(config)# interface gigabitEthernet 0/0.10
router(config-subif)# encapsulation dot1Q 10
router(config-subif)# ip address 192.168.10.1 255.255.255.0
router(config-subif)# exit
router(config)# interface gigabitEthernet 0/0.20
router(config-subif)# encapsulation dot1Q 20
router(config-subif)# ip address 192.168.20.1 255.255.255.0
router(config-subif)# exit
router(config)# ip routing
router(config)# exit
router(config)# exit
10. Testing:
Ensure devices in different VLANs can communicate with each other via the router.
#VLANs, #InterVLANRouting, #NetworkingSkills, #CiscoNetworking, #NetworkConfiguration, #ITProfessional, #TechTutorial, #LearnNetworking, #ITSkills, #VLANSetup