Configuring Router Interface
The configuration of a router interface for performing basic routing functionalities is a very simple process. This involves defining an IP address and subnet mask, as well as enabling the interface.
The following example show the configuration of the IP address of 192.168.1.1 on the GigabitEthernet 0/1 interface and enabling the port on Pivit_router:
Pivit_router(config)# interface GigabitEthernet 0/1 Pivit_router(config-if)# ip address 192.168.1.1 255.255.255.0 Pivit_router(config-if)# no shutdown |