Apply qos, Configure ospf routing, Configure more access lists – Enterasys Networks XSR-3020 User Manual
Page 68

Frame Relay WAN Link with PPP Backup Sample Configuration
3-24 Software Configuration
Apply QoS
XSR(config)#map-class frame-relay CLASS-FRP
+
Adds a FR map class and acquires FR Map Class mode
XSR(config-map-class<CLASS-FRP>)#frame-relay cir out 48000
+
Sets this map class’ CIR rate at 48000 bits per second
XSR(config-map-class<CLASS-FRP>)#frame-relay bc out 4000
+
Sets this map class’ committed burst size to 4000 bits
XSR(config-map-class<CLASS-FRP>)#frame-relay be out 3000
+
Sets this map class’ excess burst size to 3000 bits
XSR(config-map-class<CLASS-FRP>)#frame-relay adaptive-shaping
+
Enables BECN (traffic shaping) for this map class
XSR(config-map-class<CLASS-FRP>)#service-policy output data_policy
+
Attaches this policy to the map class
XSR(config)#map-class frame-relay CLASS-SI
+
Adds another FR map class and acquires Frame Relay Map Class mode
XSR(config-map-class<CLASS-SI>)#frame-relay cir out 30000
+
Sets this map class’ CIR rate at 30,000 bits per second
XSR(config-map-class<CLASS-SI>)#frame-relay bc out 5000
+
Sets this map class’ committed burst size to 5000 bits
XSR(config-map-class<CLASS-SI>)#frame-relay be out 3000
+
Sets this map class’ excess burst size to 3000 bits
XSR(config-map-class<CLASS-SI>)#frame-relay adaptive-shaping
+
Enables BECN (traffic shaping) for this map class
Router(config-map-class<CLASS-SI>)#service-policy HighOutput
+
Attaches this policy to the map class
XSR(config)#map-class frame-relay CLASS-DLCI
+
Adds another Frame Relay map class and acquires Frame Relay Map Class mode
XSR(config-map-class<CLASS-DLCI>)#frame-relay cir out 50000
+
Sets this map class’ CIR rate at 50,000 bits per second
XSR(config-map-class<CLASS-DLCI>)#frame-relay bc out 4000
+
Sets this map class’ committed burst size to 4000 bits
XSR(config-map-class<CLASS-DLCI>)#frame-relay be out 1000
+
Sets this map class’ excess burst size to 1000 bits
XSR(config-map-class<CLASS-DLCI>)#frame-relay adaptive-shaping
+
Enables BECN (traffic shaping) for this map class
XSR(config-map-class<CLASS-DLCI>)#service-policy output priority-policy
+
Attaches this policy to the map class
Configure OSPF Routing
XSR(config)#router ospf 1
+
Enables OSPF with a router ID and acquires Router mode
XSR(config-router)#network 192.168.1.0 0.0.0.255 area 0.0.0.10
+
Configures the area ID for the specified network
XSR(config-router)#network 154.68.1.0 0.0.0.255 area 0.0.0.0
+
Configures another area ID for the specified network
Configure More Access Lists
The following ACLs deny any packets to or from network 192.168.1.15 as they enter or leave
FastEthernet 1 interface, and permit traffic to or from subnet 192.168.2.xx while denying any other
traffic.
XSR(config)#access-list 125 deny ip any host 192.168.1.15