Header Ads

Header ADS

How to make topology of 2 routers in packet tracer

How to make topology of 2 routers in packet tracer

Router 0 (Interface Serial)
R1(config)#interface serial 0/0/0
R1(config-if)#ip address 10.0.0.1 255.0.0.0
R1(config-if)#clock rate 64000
R1(config-if)#no shutdown
R1(config-if)#exit


Router 0 (Interface Fastethernet)
R1(config)#interface fastethernet 0/0
R1(config-if)#ip address 20.0.0.1 255.0.0.0
R1(config-if)#no shutdown
R1(config-if)#exit


Router 1 (Interface Serial)
R1(config)#interface serial 0/0/0
R1(config-if)#ip address 10.0.0.2 255.0.0.0
 R1(config-if)#no shutdown
R1(config-if)#exit


Router 1 (Interface Fastethernet)
R1(config)#interface fastethernet 0/0
R1(config-if)#ip address 30.0.0.1 255.0.0.0
R1(config-if)#no shutdown
R1(config-if)#exit










No comments

Powered by Blogger.