Codings for cisco packet tracer in router to

Closed
senthi - Aug 16, 2010 at 11:48 PM
sanjay garer Posts 3 Registration date Friday February 1, 2013 Status Member Last seen February 2, 2013 - Feb 1, 2013 at 04:52 PM
Hello, codings for cisco packet tracer in router to router config.......pls tell me
Related:

2 responses

sanjay garer Posts 3 Registration date Friday February 1, 2013 Status Member Last seen February 2, 2013
Feb 1, 2013 at 04:52 PM
when two router connect then there is a two serial port
suppose on router side 1 serial port is se 1/0 and router2 side serial port se 1/1 * and assume ip add is 20.0.0.1 and 20.0.0.2
then

router 1


>enable
#configuration terminal
(config)#interface se 1/0
(config-se)#ip add 20.0.0.1 255.0.0.0
(config-se)#no shut down
(config-se)#exit


on router 2

>enable
#configuration terminal
(config)#interface se 1/1
(config-se)#ip add 20.0.0.2 255.0.0.0
(config-se)#no shut down
(config-se)#clock rate 64000
(config-se)#exit
7
Blocked Profile
Aug 17, 2010 at 12:19 AM
Dear Sir,

Please have the solution to the matter from the below address.

https://vimeo.com/3912770

Thank you.
1