Frame Relay WAN Link with PPP Backup Sample Configuration
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.
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 gigabitethernet 1
+Configures the local LAN port and acquires Interface mode
+Enables the IP address for the GigabitEthernet port
+Enables the interface
Configure Quality of Service
+Adds an IP filter matching any source address to the specified destination address
+Adds a TCP filter which matches any source address and destination address to port 20
+Adds a TCP filter which matches any source and destination address to port 21
+Adds a TCP filter which matches any source and destination address to port 80
+Adds a
+Assigns ACL 129 to this class map
+Adds a
+Assigns ACL 130 to this class map
+Adds a
+Assigns ACL 131 to this class map
+Assigns ACL 132 to this class map