Basic Card

34일차

R1 <----> R2 show ip interface brief show controllers serial0 DTE > DCE fastethernet0 serial0 serial 0/0/0 [R1] config t hostname HACKER interface fastethernet0/0 ip address 192.168.0.1 255.255.255.0 no shutdown exit interface serial1/0 ip address 1.1.1.1 255.255.255.252 no shutdown exit router rip version 2 network 192.168.0.0 network 1.1.1.0 line vty 0 4 transport input telnet password 123456 exit [R2] config t hostname ST interface fastethernet0/0 ip address 125.246.95.254 255.255.255.0 no shutdown exit interface serial1/0 clock rate 64000 ip address 1.1.1.2 255.255.255.252 no shutdown exit router rip version 2 network 125.246.95.0 network 1.1.1.0 line vty 0 4 transport input telnet password 123456 exit