Specifications

Frame Relay WAN Link with PPP Backup Sample Configuration
XSR Getting Started Guide 3-45
Configure Users and Passwords
XSR>enable
Acquires Privileged EXEC mode
XSR#configure
Acquires Global configuration mode
XSR(config)#username bob password cleartext bobspassword
Adds a user and unencrypted password
Configure LAN Interface
XSR(config)#interface fastethernet 1
Configures the local LAN port and acquires Interface mode
XSR(config-if<F1>)#ip address 192.168.1.100 255.255.255.0
Enables the IP address for the FastEthernet port
XSR(config-if<F1>)#no shutdown
Enables the interface
Configure Quality of Service
XSR(config)#access-list 129 permit udp 192.168.1.0 0.0.0.255 any eq 554
Adds a UDP filter matching the source network and any destination address to port 554
XSR(config)#access-list 129 permit tcp 192.168.1.0 0.0.0.255 any eq 554
Adds a TCP filter matching the source network and any destination address to port 554
XSR(config)#access-list 130 permit ip any host 192.168.2.75
Adds an IP filter matching any source address to the specified destination address
XSR(config)#access-list 131 permit tcp any any eq 20
Adds a TCP filter which matches any source address and destination address to port 20
XSR(config)#access-list 132 permit tcp any any eq 21
Adds a TCP filter which matches any source and destination address to port 21
XSR(config)#access-list 133 permit tcp any any eq 80
Adds a TCP filter which matches any source and destination address to port 80
XSR(config)#class-map rtp-class
Adds a class-map and acquires Class Map mode
XSR(config-cmap<rtp-class>)#match access-group 129
Assigns ACL 129 to this class map
XSR(config)#class-map priority-server
Adds a class-map and acquires Class Map mode
XSR(config-cmap<priority-server>)#match access-group 130
Assigns ACL 130 to this class map
XSR(config)#class-map match-any data_class
Adds a class-map and acquires Class Map mode
XSR(config-cmap<data_class>)#match access-group 131
Assigns ACL 131 to this class map
XSR(config-cmap<data_class>)#match access-group 132
Assigns ACL 132 to this class map
XSR(config-cmap<data_class>)#match access-group 133
Assigns ACL 133 to this class map
XSR(config)#policy-map priority-policy
Adds a policy map and acquires Policy Map mode
XSR(config-pmap<priority-policy>)#class rtp_class
Adds a queue for this policy map and acquires Class sub-mode
XSR(config-pmap-c<priority-policy>)#priority high 30 3200
Gives high priority queue a peak 30% of bandwidth and burst size of 3200 bits per second