Chapter 18 Configuration Example - Cisco 10000 Series Configuration Manual

Router line card
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

Chapter 18
Configuration Examples
Example 1: Configuring an Unchannelized Subrate T3 Port, Point to Multipoint Frame Relay, and OSPF
The CLI command sequence is based on the assumption that we begin at a privileged EXEC prompt.
Descriptive headings inserted in the CLI text announce that the hardware or features are being enabled.
Router# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# ip routing
Router(config)# !
Configure an Unchannelized T3 Controller
Configure an unchannelized T3 controller and specify clock source:
Router(config)# controller T3 1/0/0
Router(config)# no channelized
Router(config-controller)# clock source line
Router(config-controller)# end
Configure Subrate T3
Configure a subrate of 25,000 kbps on the T3 port:
Router(config)# interface Serial1/0/0/1:0
Router(config-if)# no ip address
Router(config-if)# no ip directed broadcast
Router(config-if)# dsu bandwidth 25000
Router(config-if)# dsu mode <dsu type>
Configure Frame Relay Encapsulation
Configure Frame Relay encapsulation on interface Serial1/0/0/1:0:
Router(config-if)# encapsulation frame-relay
Router(config-if)# frame-relay lmi-n391dte 6
Router(config-if)# keepalive 10
Router(config-if)# frame-relay lmi-n392dte 3
Router(config-if)# frame-relay lmi-n393dte 4
Router(config-if)# no shutdown
Router(config-if)# ip address 20.0.0.1 255.255.255.0
Configure Point to Multipoint Frame Relay
Configure the Cisco 10000 series router to use DLCI 101 to communicate with Router 1 and DLCI 102
to communicate with Router 2:
Router(config-if)# ip ospf network point-to-multipoint
Router(config-if)# frame-relay map ip 20.0.0.2 101 broadcast
Router(config-if)# frame-relay map ip 20.0.0.3 102 broadcast
Router(config-if)# no shutdown
Create an OSPF Routing Process
Enable OSPF routing process 100. Define an interface on which OSPF runs and the area ID for that
interface.
Router(config-if)# router ospf 100
Router(config-router)# network 20.0.0.0 0.255.255.255 area 0
Router(config-router)# end
Cisco 10000 Series Router Line Card Configuaration Guide
18-2
OL-8834-04

Advertisement

Table of Contents
loading

Table of Contents