PPP |
|
Introduction A serial interface (E1/V.35) can work in HDLC and PPP mode. Here ppp will be used over an E1 serial link.
Network Diagram
Configuration
Lets consider that the two routers are connected through E1 link. Lets assume that the routers are using all 31 timeslots ie 1-31 and not using any crc. The configuration on Router-A for ppp encapsulation would be: Okapi(config)# interface Serial 0 The configuration on Router-B for ppp encapsulation would be: Router(config)#controller e1 0 |