Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.02 KB

1.OSI.md

File metadata and controls

17 lines (9 loc) · 1.02 KB
Router0 

Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)# interface FastEthernet0/0 Router(config-if)# ip address 192.168.1.1 255.255.255.0 Router(config-if)#no shutdown

Router(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#exit Router(config)#

Screenshot from 2024-10-14 21-41-48Screenshot from 2024-10-14 21-42-14

Screenshot from 2024-10-14 22-12-03 Screenshot from 2024-10-14 21-50-15 Screenshot from 2024-10-14 22-14-57