Configure users and passwords, Configure lan interface, Configure quality of service – Enterasys Networks XSR-3150 User Manual

Page 66

Advertising
background image

Frame Relay WAN Link with PPP Backup Sample Configuration

3-22 Software 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

XSR(config-if<G1>)#ip address 192.168.1.100 255.255.255.0

+

Enables the IP address for the GigabitEthernet 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

Advertising