Exercise: Configure IP Address

Use the CLI below to configure Gig0/0 with IP address 192.168.1.1 and bring the interface up. Try using commands like:

enable
conf t
interface Gig0/0
ip address 192.168.1.1
no shutdown
exit
exit
show ip int brief