May 13, 2025
show ip interface brief
: Displays IP addresses and status of interfaces.configure terminal
or conf t
: Enter global config mode.interface gigabitethernet
commands.ip address [IP] [subnet mask]
.no shutdown
.show interfaces
: Displays detailed Layer 1 and 2 information.show interfaces description
: Shows interface statuses and optional descriptions.