How to configure the FastEthernet/Gigabit Interface of a Cisco router

Following commands can be used to configure FastEthernet/Gigabit Ethernet of a Cisco router.

HappyRouter(config)#int fa0/0
HappyRouter(config-if)#ip address 192.168.10.18 255.255.255.0
HappyRouter(config-if)#no shutdown


The no shutdown Cisco IOS command  brings the router interface administratively up. We can use shutdown command to bring the router interface administratively up.

No comments:

Post a Comment