Example 2: Ospf, Bgp, Channelized Full Rate T1 - Cisco 10000 Series Configuration Manual

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

Router(config-if)# frame-relay lmi-n392dte 3
Router(config-if)# frame-relay lmi-n393dte 4
Router(config-if)# no shutdown
Router(config-if)# interface Serial1/0/0/1:0.100 point-to-point
Router(config-subif)# ip address 128.1.1.2 255.255.255.0
Router(config-subif)# frame-relay interface-dlci 100
Router(config-fr-dlci)# no shutdown
Router(config-if)# end
Router# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Enable an OSPF Routing Process
Create OSPF routing process 200, specify a range of IP addresses to be associated with the routing
process, and assign an area ID to be associated with that range of IP addresses:
Router(config)# router ospf 200
Router(config-router)# network 125.1.1.0 0.0.0.255 area 0
Enable OSPF Route Redistribution
Enable route redistribution through BGP:
Router(config-router)# redistribute bgp 200 subnets
Configure BGP to Redistribute Routes Between Autonomous Systems
Enable BGP (starting at the first arrow), define a neighbor for autonomous system 300 (the second
arrow). The network commands define the networks from which OSPF routes are injected into the
BGP table.
Router(config-router)# router bgp 200
Router(config-router)# neighbor 128.1.1.1 remote-as 300
Router(config-router)# network 125.0.0.0
Router(config-router)# end
Router# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# router bgp 200
Router(config-router)# network 130.1.0.0
Router(config-router)# end
Router# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# router bgp 200
Router(config-router)# network 130.2.0.0
Router(config-router)# end
Router# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# router bgp 200
Router(config-router)# network 130.3.0.0
Router(config-router)# end
Router# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Cisco 10000 Series Router Line Card Configuaration Guide
18-4
OL-8834-04

Advertisement

Table of Contents
loading

Table of Contents