Neighbor Configuration Example - Lenovo RackSwitch G8264CS Application Manual

Hide thumbs Also See for RackSwitch G8264CS:
Table of Contents

Advertisement

6. Attach the network interface to the stub area.
7. Configure route summarization by specifying the starting address and prefix 
length of the range of addresses to be summarized.
8. Use the hide command to prevent a range of addresses from advertising to the 
backbone.

Neighbor Configuration Example

1. Configure IPv6 interface parameters: 
2. Enable OSPFv3: 
© Copyright Lenovo 2017
RS 8264CS(config)# interface ip 4
RS 8264CS(config-ip-if)# ipv6 ospf area 1
RS 8264CS(config-ip-if)# ipv6 ospf enable
RS 8264CS(config-ip-if)# exit
The ipv6 command path is used instead of the OSPFv2 ip command path 
RS 8264CS(config)# ipv6 router ospf
RS 8264CS(config-router-ospf3)# area-range 1 address 36:0:0:0:0:0:0:0 32
RS 8264CS(config-router-ospf3)# area-range 1 area 0
RS 8264CS(config-router-ospf3)# area-range 1 enable
This differs from OSPFv2 only in that the OSPFv3 command path is used, and the 
address and prefix are specified in IPv6 format.
RS 8264CS(config-router-ospf)# area-range 2 address 36:0:0:0:0:0:0:0 8
RS 8264CS(config-router-ospf)# area-range 2 area 0
RS 8264CS(config-router-ospf)# area-range 2 hide
RS 8264CS(config-router-ospf)# exit
This differs from OSPFv2 only in that the OSPFv3 command path is used, and the 
address and prefix are specified in IPv6 format.
When using NBMA or point to multipoint interfaces, you must manually configure 
neighbors. Following example includes the steps for neighbor configuration.
RS 8264CS(config# interface ip 10
RS 8264CS(config-ip-if)# ipv6 address 10:0:0:0:0:0:0:12 64
RS 8264CS(config-ip-if)# vlan 10
RS 8264CS(config-ip-if)# enable
RS 8264CS(config-ip-if)# ipv6 ospf area 0
RS 8264CS(config-ip-if)# ipv6 ospf retransmit-interval 5
RS 8264CS(config-ip-if)# ipv6 ospf transmit-delay 1
RS 8264CS(config-ip-if)# ipv6 ospf priority 1
RS 8264CS(config-ip-if)# ipv6 ospf hello-interval 10
RS 8264CS(config-ip-if)# ipv6 ospf dead-interval 40
RS 8264CS(config-ip-if)# ipv6 ospf network point-to-multipoint
RS 8264CS(config-ip-if)# ipv6 ospf poll-interval 120
RS 8264CS(config-ip-if)# ipv6 ospf enable
RS 8264CS(config-ip-if)# exit
RS 8264CS(config# ipv6 router ospf
RS 8264CS(config-router-ospf3)# router-id 12.12.12.12
RS 8264CS(config-router-ospf3)# enable
Chapter 29: Open Shortest Path First
495

Advertisement

Table of Contents
loading

Table of Contents