LAB 2 (Basic IOS of Routers + Security)
Today we’ll start off with Lab 2, Which will comprise labs related to Routers, its basic commands, configuration of Ip Address, Telnet, SSH server, Serial connectivity, Static Routes and PPP on a router. We’ll start with 2a Configure IP address today.
Configure IP Address on Fast Ethernet 0/1
Router(config)#hostname R1
R1(config)#interface fastEthernet 0/1
R1(config-if)#ip address 10.0.0.10 255.0.0.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#exit
R1#show ip interface brief
!!! Make sure the Connectivity is established between PC 10.0.0.1 and Router 10.0.0.10 after assigning the ip, by pinging the router from windows command prompt.
If you have any questions regarding this, please leave a comment below.