LAN-PPP Services Sample Configuration

XSR(config-controller<T1-1/0>)#no shutdown

+Enables T1 controller

XSR(config)#interface serial 1/0:0

+Configures Serial interface 1, port 1 using channel group 0 and acquires Interface mode

XSR(config-if<S1/0:0>)#encapsulation ppp

+Enables PPP encapsulation

XSR(config-if<S1/0:0>)#ppp authentication chap

+Configures CHAP authentication on the interface

XSR(config-if<S1/0:0>)#ip address 154.68.1.47 255.255.255.0

+Enables IP address for serial interface 1/0

XSR(config-if<S1/0:0>)#backup interface dialer 5

+Sets dialed interface as a dialed backup

XSR(config-if<S1/0:0>)#no shutdown

+Enables the interface

XSR(config)#router rip

+Enables RIP routing and goes to Router mode

XSR(config-router)#network 192.168.1.100

+Configures a network RIP will advertise its routes to

XSR(config-router)#network 154.68.1.0

+Configures a second network RIP will advertise its routes to

XSR(config-router)#network 164.55.7.0

+Configures a third network RIP will advertise its routes to

XSR(config)#interface dialer 5

+Adds backup interface and acquires Interface mode

XSR(config-if<D5>)#diaer pool 3

+Adds a dialer pool on interface

XSR(config-if<D5>)#dialer string 18005555555

+Sets backup phone #

XSR(config-if<D5>)#encapsulation ppp

+Enables PPP encapsulation on port

XSR(config-if<D5>)#ppp authentication chap

+Sets CHAP on port

XSR(config-if<D5>)#ip address 164.55.7.22 255.255.255.0

+Enables the IP address for dialer interface 5

XSR(config-if<D5>)#no shutdown

+Enables the interface

XSR(config)#interface serial 2/0

+Configures backup interface: Serial card in slot 2, port 0 and acquires Interface mode

XSR(config-if<S2/0>)#dialer pool-member 3

+Adds a dial pool

XSR(config-if<S2/0>)#physical-layer sync

+Sets synchronous mode

XSR(config-if<S2/0>)#no shutdown

+Enables the interface

XSR Getting Started Guide 3-21

Page 65
Image 65
Enterasys Networks XSR-3150 manual XSRconfig-controllerT1-1/0#no shutdown