Chapter 6: Routing Policy Configuration Guide
6 - 32
SSR User Reference Manual
For all examples in this section, refer to the configuration shown in Figure 3 on page
6 - 25.
The following configuration commands for router R1:
• Determine the IP address for each interface
• Specify the static routes configured on the router
• Determine its OSPF configuration
!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
! Create the various IP interfaces.
!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
interface create ip to-r2 address-netmask 120.190.1.1/16 port et.1.2
interface create ip to-r3 address-netmask 130.1.1.1/16 port et.1.3
interface create ip to-r41 address-netmask 140.1.1.1/24 port et.1.4
interface create ip to-r42 address-netmask 140.1.2.1/24 port et.1.5
interface create ip to-r6 address-netmask 140.1.3.1/24 port et.1.6
!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
! Configure default routes to the other subnets reachable through R2.
!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ip add route 202.1.0.0/16 gateway 120.1.1.2
ip add route 160.1.5.0/24 gateway 120.1.1.2
!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
! OSPF Box Level Configuration
!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ospf start
ospf create area 140.1.0.0
ospf create area backbone
ospf set ase-defaults cost 4
!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
! OSPF Interface Configuration
!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ospf add interface 140.1.1.1 to-area 140.1.0.0
ospf add interface 140.1.2.1 to-area 140.1.0.0
ospf add interface 140.1.3.1 to-area 140.1.0.0
ospf add interface 130.1.1.1 to-area backbone
Exporting all interface and static routes to OSPF
Router R1 has several static routes. We would export these static routes as type-2
OSPF routes. The interface routes would redistributed as type 1 OSPF routes.
1.
Create a OSPF export destination for type-1 routes since we would like to redis-
tribute certain routes into OSPF as type 1 OSPF-ASE routes.
Summary of Contents for SmartSwitch 8-slot
Page 1: ...SmartSwitch Router User Reference Manual 9032578...
Page 2: ......
Page 6: ...Notice vi...
Page 10: ...About This Manual x SSR User Reference Manual...
Page 36: ...Chapter 1 SmartSwitch Router Product Overview 1 18 SSR User Reference Manual...
Page 60: ...Chapter 4 RIP Configuration Guide 4 6 SSR User Reference Manual...
Page 115: ...Chapter 7 Multicast Routing Configuration Guide SSR User Reference Manual 7 9...
Page 116: ...Chapter 7 Multicast Routing Configuration Guide 7 10 SSR User Reference Manual...
Page 142: ...Chapter 9 Security Configuration Guide 9 18 SSR User Reference Manual...