Frame Relay Wan Link With Ppp Backup Sample Configuration - Enterasys X-Pedition XSR-1805 Getting Started Manual

X-pedition security router
Hide thumbs Also See for X-Pedition XSR-1805:
Table of Contents

Advertisement

Frame Relay WAN Link with PPP Backup 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>)#dialer 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
Frame Relay WAN Link with PPP Backup Sample Configuration
The sample configuration below, similar to the preceding configuration except that the cloud
supporting the primary line is Frame Relay rather than Public Service Telephone Network,
configures one LAN port, the Frame Relay WAN, QoS, OSPF routing, DHCP Relay, IP broadcast
forwarding, SNMP with ACL rules, and access lists.
3-22 Software Configuration

Advertisement

Table of Contents
loading

Table of Contents