Frame Relay WAN Link with PPP Backup Sample Configuration

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

+Enables PPP encapsulation

XSR(config-if<D1>)#ip address 192.31.27.84 255.255.255.0

+Sets the IP address on the interface

XSR(config-if<D1>)#dialer string 4165557922

+Sets dialer phone #

XSR(config-if<D1>)#dialer wait-for-carrier 30

+Specifies the period the XSR will wait for a connection from the service provider

XSR(config-if<D1>)#di pool 1

+Specifies the dial pool from which calls originate

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

+Enables the dial interface

Configure SNMP

The previously configured ACL will be applied to all SNMP requests. Stricter ACLs can be written if tighter security controls are required.

XSR(config)#snmp-server community toMonitor1 ro 26

+Adds an SNMP community with read-only privileges attached to ACL 26

XSR(config)#snmp-server community toConfigure1 rw 26

+Adds another SNMP community with read-write privileges attached to ACL 26

XSR(config)#snmp-server enable traps

+Enables traps to be transmitted

XSR(config)#snmp-server contact support@enterasys.com

+Specifies contact information for the management server

XSR(config)#snmp location “HQ 2nd floor”

+Specifies the server locationr

XSR(config)#snmp-server host 192.168.2.101 traps trapCommunity

+Specifies management station to send traps to

XSR(config)#snmp-server host 192.168.2.102 traps trapCommunity

+Specifies another management station to send traps to

3-26 Software Configuration

Page 70
Image 70
Enterasys Networks XSR-3150 manual Configure Snmp