[r2]ospf 1 router-id 2.2.2.2配置 OSPF 进程 1,并设置 Router ID 为 2.2.2.2
[r2-ospf-1]default-route-advertise 广播默认路由
[r2]acl 2000
[r2-acl-basic-2000]rule permit source any 允许任何源 IP 地址通过 ACL 2000
[r2]interface g0/0/1
[r2-GigabitEthernet0/0/1]nat outbound 2000配置出口 NAT,使用 ACL 2000
[r2]interface Tunnel 0/0/0
[r2-Tunnel0/0/0]tunnel-protocol ipv6-ipv4 6to4 配置隧道协议为 IPv6-over-IPv4 6to4
[r2-Tunnel0/0/0]source g0/0/1
[r2-Tunnel0/0/0]ipv6 enable 启用隧道 IPv6 功能
[r2-Tunnel0/0/0]ipv6 address 2002:1d01:0101:4000::1/50
[r2]ipv6 route-static 1::1 64 2002:1d01:0101::1配置静态 IPv6 路由
[r1]ipv6
[r1]interface g0/0/0
[r1-GigabitEthernet0/0/0]ipv6 enable
[r1-GigabitEthernet0/0/0]ipv6 address 2002:1d01:0101::1/49为接口配置 IPv6 地址
[r3-ospfv3-1]default-route-advertise always 始终广播默认路由
[r7-GigabitEthernet0/0/1]ripng default-route originate 使用 RIPng 广播默认路由
[r7]display ipv6 int brief 显示 IPv6 接口简要信息
[r7-bgp-af-ipv6]import-route ripng 1
[r2]ipv6 route-static 2002:1d01:0101:: 48 2002:1D01:101:4::2 配置静态 IPv6 路由
[r5]ospfv3 1 配置 OSPFv3 进程 1
[r5-ospfv3-1]router-id 5.5.5.5
[r5]interface lo 0
[r5-LoopBack0]ospfv3 1 area 0将 Loopback 0 接口加入到 OSPFv3 进程 1 的区域 0
[r5]interface g0/0/0
[r5-GigabitEthernet0/0/0]ospfv3 1 area 0将 G0/0/0 接口加入到 OSPFv3 进程 1 的区域 0
[r5]interface g0/0/1
[r5-GigabitEthernet0/0/1]ospfv3 1 area 0 将 G0/0/1 接口加入到 OSPFv3 进程 1 的区域 0
hcip第八次作业
最新推荐文章于 2024-11-06 09:59:52 发布