Friday, January 13, 2023

Configure a Switch Virtual Interface

Enter interface configuration mode for VLAN 1.

Switch(config)#interface vlan 1

Configure the IPv4 address as 192.168.1.20 and the subnet mask as 255.255.255.0.

Switch(config-if)#ip address 192.168.1.20 255.255.255.0

Enable the interface.

Switch(config-if)#no shutdown

%LINK-5-CHANGED: Interface Vlan1, changed state to up

No comments:

Post a Comment

Explain the purpose of Data Link Layer and also draw the diagram for the same.

The Data Link layer is responsible for  Communications between end-device network interface cards. It allows upper layer protocols to access...