You are on page 1of 1

Router>enable

Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host
Router(config)#hostname R3
R3(config)#int s0/0/0
R3(config-if)#ip ad
R3(config-if)#ip address 20.20.20.2 255.255.255.252
R3(config-if)#int s0/0/1
R3(config-if)#ip address 30.30.30.2 255.255.255.252
R3(config-if)#
R3#
%SYS-5-CONFIG_I: Configured from console by console
R3#
R3#
R3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#router
R3(config)#router rip
R3(config-router)#vers
R3(config-router)#version 2
R3(config-router)#inter
R3(config-router)#netwo
R3(config-router)#network 20.20.20.0
R3(config-router)#network 30.30.30.0
R3(config-router)#no au
R3(config-router)#no auto-summary
R3(config-router)#

You might also like