<Jeremy's IT Lab> Day8: IPv4 Addressing(Part2)
2025. 3. 19. 22:35ㆍCS/CCNA
728x90
IPv4 Addressing(Part2)
##enable command
R1> en
R1#show ip interface brief
##Shows Interface, IP-Address, OK(legacy), Method, Status(Layer 1 Status), Protocol(Layer 2 Status)
R1#conf t
R1(config)#interface [gigabitethernet 0/0]
R1(config)#interface [gigabitethernet0/0]
R1(config)#in [g0/0]
## don't need to exit to return global config mode when you config multiple interface in the same device. cmd directly
R1(config)#no shut(=no shutdown)
R1(config)#ido sh ip int br (= do show ip interface brief)
##configures description
R1(config)#int [g0/0]
R1(config)#description ## to SW1 ##
R1(config)#do sh int desc
Interface | Status | Protocol | Description |
Gi0/0 | up | up | ## to SW1 ## |
'CS > CCNA' 카테고리의 다른 글
<Jeremy's IT Lab> Day10: IPv4 Header (1) | 2025.03.21 |
---|---|
<Jeremy's IT Lab> Day9: Switch Interfaces (0) | 2025.03.20 |
<Jeremy's IT Lab> Day7: IPv4 Addressing (0) | 2025.03.18 |
<Jeremy's IT Lab> Day6: Ethernet LAN Switching (Part2) (0) | 2025.03.17 |
<Jeremy's IT Lab> Day5: Ethernet LAN Switching (Part1) (0) | 2025.03.16 |