Users Guide

Table Of Contents
OSPFv3
1. CONFIGURATION OSPFv3 OSPFv3
router ospfv3 instance-number
2. INTERFACE OSPFv3
interface ethernet node/slot/port[:subport]
3. INTERFACE
no shutdown
4. INTERFACE LAG
no switchport
5. INTERFACE OSPFv3
ipv6 ospfv3 process-id area area-id
process-id OSPFv3 OSPFv3 ID 1 65535
area-id OSPF ID A.B.C.D 1 65535 IP
OSPFv3
OS10(config)# router ospfv3 100
OS10(config-router-ospfv3-100)# exit
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# no shutdown
OS10(conf-if-eth1/1/1)# no switchport
OS10(conf-if-eth1/1/1)# ipv6 ospfv3 300 area 0.0.0.0
VRF OSPFv3
1. 创建 OSPFv3 VRF
ip vrf vrf-name
CONFIGURATION
2. VRF OSPFv3 VRF CONFIGURATION OSPFv3
router ospfv3 instance-number vrf vrf-name
3. INTERFACE OSPFv3
interface ethernet node/slot/port[:subport]
4. INTERFACE
no shutdown
5. INTERFACE LAG
no switchport
6. VRF
ip vrf forwarding vrf-name
7. OSPFv3
ipv6 ospfv3 process-id area area-id
process-id OSPFv3 OSPFv3 ID 1 65535
3 627