首页 > 其他分享 >OSPFV3

OSPFV3

时间:2023-10-22 14:01:28浏览次数:28  
标签:default 0.0 address OSPFV3 ipv6 interface local

OSPFV3_ci

配置流程

1)启用ipv6

系统视图模式:ipv6

2)启用端口link-local

interface g0/0/0

ipv6 enable

ipv6 address auto link-local

3)创建ospfv3进程

ospfv3 100//100为进程号

router-id 1.1.1.1//唯一标识,不能有重复

area 0 //进程规划为area 0中

4)将端口分配给area 0

interface LoopBack0

ipv6 enable  

ipv6 address 2023:1::1/128  

ipv6 address auto link-local

ospfv3 100 area 0.0.0.0

完整配置

R1:

[r1]display current-configuration  

[V200R003C00]

#

sysname r1

#

snmp-agent local-engineid 800007DB03000000000000

snmp-agent  

#

clock timezone China-Standard-Time minus 08:00:00

#

portal local-server load portalpage.zip

#

drop illegal-mac alarm

#

ipv6  

#

set cpu-usage threshold 80 restore 75

#

aaa  

authentication-scheme default

authorization-scheme default

accounting-scheme default

domain default  

domain default_admin  

local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$

local-user admin service-type http

#

ospfv3 100

router-id 1.1.1.1

#

firewall zone Local

priority 15

#

interface GigabitEthernet0/0/0

ipv6 enable  

ipv6 address 2023:12::1/64  

ipv6 address auto link-local

ospfv3 100 area 0.0.0.0

#

interface GigabitEthernet0/0/1

#

interface GigabitEthernet0/0/2

#

interface NULL0

#

interface LoopBack0

ipv6 enable  

ipv6 address 2023:1::1/128  

ipv6 address auto link-local

ospfv3 100 area 0.0.0.0

#

user-interface con 0

authentication-mode password

user-interface vty 0 4

user-interface vty 16 20

#

wlan ac

#

return

[r1]dis  

[r1]display cu  

[r1]display current-configuration  

[V200R003C00]

#

sysname r1

#

snmp-agent local-engineid 800007DB03000000000000

snmp-agent  

#

clock timezone China-Standard-Time minus 08:00:00

#

portal local-server load portalpage.zip

#

drop illegal-mac alarm

#

ipv6  

#

set cpu-usage threshold 80 restore 75

#

aaa  

authentication-scheme default

authorization-scheme default

accounting-scheme default

domain default  

domain default_admin  

local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$

local-user admin service-type http

#

ospfv3 100

router-id 1.1.1.1

#

firewall zone Local

priority 15

#

interface GigabitEthernet0/0/0

ipv6 enable  

ipv6 address 2023:12::1/64  

ipv6 address auto link-local

ospfv3 100 area 0.0.0.0

#

interface GigabitEthernet0/0/1

#

interface GigabitEthernet0/0/2

#

interface NULL0

#

interface LoopBack0

ipv6 enable  

ipv6 address 2023:1::1/128  

ipv6 address auto link-local

ospfv3 100 area 0.0.0.0

#

user-interface con 0

authentication-mode password

user-interface vty 0 4

user-interface vty 16 20

#

wlan ac

#

return

[r1]

R2:

<r2>display current-configuration  

[V200R003C00]

#

sysname r2

#

snmp-agent local-engineid 800007DB03000000000000

snmp-agent  

#

clock timezone China-Standard-Time minus 08:00:00

#

portal local-server load portalpage.zip

#

drop illegal-mac alarm

#

ipv6  

#

set cpu-usage threshold 80 restore 75

#

aaa  

authentication-scheme default

authorization-scheme default

accounting-scheme default

domain default  

domain default_admin  

local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$

local-user admin service-type http

#

ospfv3 100

router-id 2.2.2.2

#

firewall zone Local

priority 15

#

interface GigabitEthernet0/0/0

ipv6 enable  

ipv6 address 2023:12::2/64  

ipv6 address auto link-local

ospfv3 100 area 0.0.0.0

#

interface GigabitEthernet0/0/1

ipv6 enable  

ipv6 address 2023:23::2/64  

ipv6 address auto link-local

ospfv3 100 area 0.0.0.0

#

interface GigabitEthernet0/0/2

#

interface NULL0

#

interface LoopBack0

ipv6 enable  

ipv6 address 2023:2::2/128  

ipv6 address auto link-local

ospfv3 100 area 0.0.0.0

#

user-interface con 0

authentication-mode password

user-interface vty 0 4

user-interface vty 16 20

#

wlan ac

#

return

<r2>

R3:

[r3]display current-configuration  

[V200R003C00]

#

sysname r3

#

snmp-agent local-engineid 800007DB03000000000000

snmp-agent  

#

clock timezone China-Standard-Time minus 08:00:00

#

portal local-server load portalpage.zip

#

drop illegal-mac alarm

#

ipv6  

#

set cpu-usage threshold 80 restore 75

#

aaa  

authentication-scheme default

authorization-scheme default

accounting-scheme default

domain default  

domain default_admin  

local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$

local-user admin service-type http

#

ospfv3 100

router-id 3.3.3.3

#

firewall zone Local

priority 15

#

interface GigabitEthernet0/0/0

ipv6 enable  

ipv6 address 2023:23::3/64  

ipv6 address auto link-local

ospfv3 100 area 0.0.0.0

#

interface GigabitEthernet0/0/1

#

interface GigabitEthernet0/0/2

#

interface NULL0

#

interface LoopBack0

ipv6 enable  

ipv6 address 2023:3::3/128  

ipv6 address auto link-local

ospfv3 100 area 0.0.0.0

#

user-interface con 0

authentication-mode password

user-interface vty 0 4

user-interface vty 16 20

#

wlan ac

#

return

[r3]

标签:default,0.0,address,OSPFV3,ipv6,interface,local
From: https://blog.51cto.com/u_13560030/7976416

相关文章