Cisco 10000 Series Configuration Manual page 343

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

Advertisement

Chapter 18
Configuration Examples
Example 2: OSPF, BGP, Channelized Full Rate T1
This example provides the sequence of commands necessary to accomplish the following:
The CLI command sequence below starts with the assumption that you 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.
Create a Gigabit Ethernet Uplink Port
Provision an operational gigabit Ethernet card:
Router(config)# interface GigabitEthernet8/0/0
Router(config-if)# ip address 125.1.1.2 255.255.255.0
Router(config-if)# keepalive
Router(config-if)# no shutdown
Router(config-if)# end
Router# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# ip routing
Create a T3 Controller
Enable a functional T3 controller on the CT3 line card:
Router(config)# controller T3 1/0/0
Router(config-controller)# clock source line
Create a Full-Rate Channelized T1 Interface
Configure a channelized, full-rate T1:
Router(config-controller)# t1 1 channel-group 0 timeslots 1-24
Router(config-controller)# t1 1 clock source Line
Router(config-controller)# interface Serial1/0/0/1:0
Router(config-if)# no ip address
Configure Frame Relay Encapsulation
Enable Frame Relay encapsulation, create a Frame Relay subinterface, and specify the default LMI type:
Router(config-if)# encapsulation frame-relay
Router(config-if)# frame-relay lmi-n391dte 6
Router(config-if)# keepalive 10
OL-8834-04
Create a Gigabit Ethernet Uplink Port, page 18-3
Create a T3 Controller, page 18-3
Create a Full-Rate Channelized T1 Interface, page 18-3
Configure Frame Relay Encapsulation, page 18-3
Enable an OSPF Routing Process, page 18-4
Enable OSPF Route Redistribution, page 18-4
Configure BGP to Redistribute Routes Between Autonomous Systems, page 18-4
Example 2: OSPF, BGP, Channelized Full Rate T1
Cisco 10000 Series Router Line Card Configuaration Guide
18-3

Advertisement

Table of Contents
loading

Table of Contents