国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

華為ipv4+ipv6雙棧加isis多拓撲配置案例

這篇具有很好參考價值的文章主要介紹了華為ipv4+ipv6雙棧加isis多拓撲配置案例。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

華為ipv4+ipv6雙棧加isis多拓撲配置案例,網(wǎng)絡工程,華為,網(wǎng)絡

實現(xiàn)效果:sw1中的ipv4和ipv6地址能ping通sw2中的ipv4和ipv6地址

R2-R4為存IPV4連接,其它為ipv6和ipv4雙連接

sw1

ipv6

interface Vlanif1
ipv6 enable
ip address 10.0.11.1 255.255.255.0
ipv6 address 2001:DB8:11::1/64

interface MEth0/0/1

interface GigabitEthernet0/0/1
port link-type access

interface LoopBack0
ipv6 enable
ip address 11.1.1.1 255.255.255.0
ipv6 address 2001:DB8::1/128

bgp 65001
peer 10.0.11.2 as-number 65100
peer 2001:DB8:11::2 as-number 65100

ipv4-family unicast
undo synchronization
network 11.1.1.0 255.255.255.0
peer 10.0.11.2 enable

ipv6-family unicast
undo synchronization
network 2001:DB8::1 128
peer 2001:DB8:11::2 enable

R1

ipv6

router id 1.1.1.1

ospfv3 1
router-id 1.1.1.1

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ipv6 enable
ip address 10.0.12.1 255.255.255.0
ipv6 address 2001:DB8:12::1/64
ospfv3 1 area 0.0.0.0 instance 1

interface GigabitEthernet0/0/1
ipv6 enable
ip address 10.0.11.2 255.255.255.0
ipv6 address 2001:DB8:11::2/64

interface LoopBack0
ipv6 enable
ip address 1.1.1.1 255.255.255.255
ipv6 address 1::1/128
ospfv3 1 area 0.0.0.0 instance 1

bgp 65100
peer 3.3.3.3 as-number 65100
peer 3.3.3.3 connect-interface LoopBack0
peer 10.0.11.1 as-number 65001
peer 3::3 as-number 65100
peer 3::3 connect-interface LoopBack0
peer 2001:DB8:11::1 as-number 65001

ipv4-family unicast
undo synchronization
peer 3.3.3.3 enable
peer 3.3.3.3 next-hop-local
peer 10.0.11.1 enable

ipv6-family unicast
undo synchronization
peer 3::3 enable
peer 3::3 next-hop-local
peer 2001:DB8:11::1 enable

ospf 1
area 0.0.0.0
network 1.1.1.1 0.0.0.0
network 10.0.12.1 0.0.0.0

R2

ipv6

router id 2.2.2.2

isis 1
is-level level-2
cost-style wide
network-entity 49.0001.0000.0000.0002.00
is-name r2
import-route ospf 1

ipv6 enable topology ipv6
ipv6 import-route ospfv3 1

ospfv3 1
router-id 2.2.2.2
import-route isis 1

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ipv6 enable
ip address 10.0.12.2 255.255.255.0
ipv6 address 2001:DB8:12::2/64
ospfv3 1 area 0.0.0.0 instance 1

interface GigabitEthernet0/0/1
ipv6 enable
ip address 10.0.23.2 255.255.255.0
ipv6 address 2001:DB8:23::2/64
isis enable 1
isis ipv6 enable 1

interface GigabitEthernet0/0/2
ip address 10.0.24.2 255.255.255.0
isis enable 1

interface NULL0

interface LoopBack0
ipv6 enable
ip address 2.2.2.2 255.255.255.255
ipv6 address 2::2/128
isis enable 1
isis ipv6 enable 1

bgp 65100
peer 3.3.3.3 as-number 65100
peer 3.3.3.3 connect-interface LoopBack0
peer 3::3 as-number 65100
peer 3::3 connect-interface LoopBack0

ipv4-family unicast
undo synchronization
peer 3.3.3.3 enable

ipv6-family unicast
undo synchronization
peer 3::3 enable

ospf 1
import-route isis 1
area 0.0.0.0
network 10.0.12.2 0.0.0.0

r3

ipv6

isis 1
is-level level-2
cost-style wide
network-entity 49.0001.0000.0000.0003.00
is-name r3

ipv6 enable topology ipv6

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ipv6 enable
ip address 10.0.23.3 255.255.255.0
ipv6 address 2001:DB8:23::3/64
isis enable 1
isis ipv6 enable 1

interface GigabitEthernet0/0/1
ipv6 enable
ip address 10.0.34.3 255.255.255.0
ipv6 address 2001:DB8:34::3/64
isis enable 1
isis ipv6 enable 1

interface GigabitEthernet0/0/2

interface NULL0

interface LoopBack0
ipv6 enable
ip address 3.3.3.3 255.255.255.255
ipv6 address 3::3/128
isis enable 1
isis ipv6 enable 1

bgp 65100
group ibgp internal
peer ibgp connect-interface LoopBack0
peer 1.1.1.1 as-number 65100
peer 1.1.1.1 group ibgp
peer 2.2.2.2 as-number 65100
peer 2.2.2.2 group ibgp
peer 4.4.4.4 as-number 65100
peer 4.4.4.4 group ibgp
peer 5.5.5.5 as-number 65100
peer 5.5.5.5 group ibgp
peer 1::1 as-number 65100
peer 1::1 group ibgp
peer 2::2 as-number 65100
peer 2::2 group ibgp
peer 4::4 as-number 65100
peer 4::4 group ibgp
peer 5::5 as-number 65100
peer 5::5 group ibgp

ipv4-family unicast
undo synchronization
peer ibgp enable
peer ibgp reflect-client
peer 1.1.1.1 enable
peer 1.1.1.1 group ibgp
peer 2.2.2.2 enable
peer 2.2.2.2 group ibgp
peer 4.4.4.4 enable
peer 4.4.4.4 group ibgp
peer 5.5.5.5 enable
peer 5.5.5.5 group ibgp

ipv6-family unicast
undo synchronization
peer ibgp enable
peer ibgp reflect-client
peer 1::1 enable
peer 1::1 group ibgp
peer 2::2 enable
peer 2::2 group ibgp
peer 4::4 enable
peer 4::4 group ibgp
peer 5::5 enable
peer 5::5 group ibgp

R4

ipv6

router id 4.4.4.4

isis 1
is-level level-2
cost-style wide
network-entity 49.0001.0000.0000.0004.00
is-name r4
import-route ospf 1

ipv6 enable topology ipv6
ipv6 import-route ospfv3 1

ospfv3 1
router-id 4.4.4.4
import-route isis 1

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ipv6 enable
ip address 10.0.34.4 255.255.255.0
ipv6 address 2001:DB8:34::4/64
isis enable 1
isis ipv6 enable 1

interface GigabitEthernet0/0/1
ip address 10.0.24.4 255.255.255.0
isis enable 1

interface GigabitEthernet0/0/2
ipv6 enable
ip address 10.0.45.4 255.255.255.0
ipv6 address 2001:DB8:45::4/64
ospfv3 1 area 0.0.0.0 instance 1

interface NULL0

interface LoopBack0
ipv6 enable
ip address 4.4.4.4 255.255.255.255
ipv6 address 4::4/128
isis enable 1
isis ipv6 enable 1

bgp 65100
peer 3.3.3.3 as-number 65100
peer 3.3.3.3 connect-interface LoopBack0
peer 3::3 as-number 65100
peer 3::3 connect-interface LoopBack0

ipv4-family unicast
undo synchronization
peer 3.3.3.3 enable

ipv6-family unicast
undo synchronization
peer 3::3 enable

ospf 1
import-route isis 1
area 0.0.0.0
network 10.0.45.4 0.0.0.0

r5

ipv6

router id 5.5.5.5

ospfv3 1
router-id 5.5.5.5

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ipv6 enable
ip address 10.0.45.5 255.255.255.0
ipv6 address 2001:DB8:45::5/64
ospfv3 1 area 0.0.0.0 instance 1

interface GigabitEthernet0/0/1
ipv6 enable
ip address 10.0.52.5 255.255.255.0
ipv6 address 2001:DB8:52::5/64

interface GigabitEthernet0/0/2

interface NULL0

interface LoopBack0
ipv6 enable
ip address 5.5.5.5 255.255.255.255
ipv6 address 5::5/128
ospfv3 1 area 0.0.0.0 instance 1

bgp 65100
peer 3.3.3.3 as-number 65100
peer 3.3.3.3 connect-interface LoopBack0
peer 10.0.52.2 as-number 65002
peer 3::3 as-number 65100
peer 3::3 connect-interface LoopBack0
peer 2001:DB8:52::2 as-number 65002

ipv4-family unicast
undo synchronization
peer 3.3.3.3 enable
peer 3.3.3.3 next-hop-local
peer 10.0.52.2 enable

ipv6-family unicast
undo synchronization
peer 3::3 enable
peer 3::3 next-hop-local
peer 2001:DB8:52::2 enable

ospf 1
area 0.0.0.0
network 5.5.5.5 0.0.0.0
network 10.0.45.5 0.0.0.0

SW2

ipv6

interface Vlanif1
ipv6 enable
ip address 10.0.52.2 255.255.255.0
ipv6 address 2001:DB8:52::2/64

interface GigabitEthernet0/0/1
port link-type access

interface LoopBack0
ipv6 enable
ip address 22.1.1.1 255.255.255.0
ipv6 address 2001:DB8::2/128

bgp 65002
peer 10.0.52.5 as-number 65100
peer 2001:DB8:52::5 as-number 65100

ipv4-family unicast
undo synchronization
network 22.1.1.0 255.255.255.0
peer 10.0.52.5 enable

ipv6-family unicast
undo synchronization
network 2001:DB8::2 128
peer 2001:DB8:52::5 enable文章來源地址http://www.zghlxwxcb.cn/news/detail-818243.html

到了這里,關于華為ipv4+ipv6雙棧加isis多拓撲配置案例的文章就介紹完了。如果您還想了解更多內容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。如若轉載,請注明出處: 如若內容造成侵權/違法違規(guī)/事實不符,請點擊違法舉報進行投訴反饋,一經(jīng)查實,立即刪除!

領支付寶紅包贊助服務器費用

相關文章

  • IPv6 over IPv4隧道配置舉例

    IPv6 over IPv4隧道配置舉例

    組網(wǎng)需求 如圖1所示,兩臺IPv6主機分別通過SwitchA和SwitchC與IPv4骨干網(wǎng)絡連接,客戶希望兩臺IPv6主機能通過IPv4骨干網(wǎng)互通。 圖1 配置IPv6 over IPv4手動隧道組網(wǎng)圖 配置思路 配置IPv6 over IPv4手動隧道的思路如下: 配置IPv4網(wǎng)絡。配置接口的IPv4地址和靜態(tài)路由,使SwitchA、SwitchB和Sw

    2024年02月14日
    瀏覽(20)
  • 【華為網(wǎng)絡模擬器eNSP】IPv6 網(wǎng)絡拓撲搭建實驗

    【華為網(wǎng)絡模擬器eNSP】IPv6 網(wǎng)絡拓撲搭建實驗

    本文實驗參考自B站up主 改名需要6硬幣哦 發(fā)布在B站的視頻:實驗7-IPv6與OSPFv3 拓撲搭建、網(wǎng)絡配置及實驗分析等處有作者本人理解,若有錯誤之處,還請諒解并指出,感謝! 學習使用eNSP 軟件的使用和多節(jié)點網(wǎng)絡拓樸搭建; 理解匯總路由的運作原理,完成交換機、路由器、

    2024年02月05日
    瀏覽(150)
  • 在 Linux 中配置 IPv4 和 IPv6 地址詳解

    在 Linux 中配置 IPv4 和 IPv6 地址詳解

    ? IPv4和IPv6是Internet上常用的兩種IP地址協(xié)議。在Linux系統(tǒng)中,您可以通過配置網(wǎng)絡接口來設置IPv4和IPv6地址。本文將詳細介紹如何在Linux中配置IPv4和IPv6地址。 在開始配置IP地址之前,您需要確定要配置的網(wǎng)絡接口。執(zhí)行以下命令來列出當前系統(tǒng)上的網(wǎng)絡接口: ?該命令將顯示

    2024年02月10日
    瀏覽(56)
  • centos配置網(wǎng)卡自動獲取ipv4和ipv6地址

    centos配置網(wǎng)卡自動獲取ipv4和ipv6地址

    環(huán)境: os:centos7 正常網(wǎng)卡通過dhcp是不會自動獲取ipv6地址的,一般手動執(zhí)行 dhclient -6 網(wǎng)卡名 可以獲取。 現(xiàn)在需求是:實現(xiàn)os啟動后自動獲取到ipv6地址 在網(wǎng)卡對應的配置文件 /etc/sysconfig/network-scripts/ifcfg-網(wǎng)卡名 中添加(修改)如下字段,然后重啟 本次實踐采用的是kvm虛機,

    2024年02月16日
    瀏覽(27)
  • 《21天精通IPv4 to IPv6》第6天:IPv6的安全配置——如何處理IPv6安全問題?

    《21天精通IPv4 to IPv6》第6天:IPv6的安全配置——如何處理IPv6安全問題?

    博主貓頭虎的技術世界 ?? 歡迎來到貓頭虎的博客 — 探索技術的無限可能! 專欄鏈接 : ?? 精選專欄 : 《面試題大全》 — 面試準備的寶典! 《IDEA開發(fā)秘籍》 — 提升你的IDEA技能! 《100天精通鴻蒙》 — 從Web/安卓到鴻蒙大師! 《100天精通Golang(基礎入門篇)》 — 踏入

    2024年02月21日
    瀏覽(33)
  • 下一代互聯(lián)網(wǎng)實驗:IPv6靜態(tài)路由和路由匯總 IPv6 to IPv4 隧道 IPv6 NAT-PT 配置

    下一代互聯(lián)網(wǎng)實驗:IPv6靜態(tài)路由和路由匯總 IPv6 to IPv4 隧道 IPv6 NAT-PT 配置

    ? 目錄 實驗一? IPv6靜態(tài)路由和路由匯總 實驗二 IPv6 to IPv4 隧道 實驗三 IPv6 NAT-PT 配置 ? ? 實驗目的 1、掌握基本的 IPv6 地址的配置方法 2、掌握基于 IPv6 的靜態(tài)路由及路由匯總配置方法 實驗內容 針對下圖實驗拓撲,完成 IPv6 地址和靜態(tài)路由配置、路由匯總配置 實驗 步驟 配

    2024年02月10日
    瀏覽(35)
  • centos nginx配置ipv4和ipv6的地址都可以訪問同一個網(wǎng)站

    在 Nginx 中配置使 IPv4 和 IPv6 地址都可以訪問同一個網(wǎng)站相對簡單。只需要確保 Nginx 配置文件正確地配置了監(jiān)聽 IPv4 和 IPv6 地址的監(jiān)聽器即可。 打開你的 Nginx 配置文件,通常位于 /etc/nginx/nginx.conf 或 /etc/nginx/conf.d/ 目錄下。 編輯配置文件,添加以下內容來配置監(jiān)聽 IPv4 和 IP

    2024年02月12日
    瀏覽(104)
  • Python項目Flask ipv6雙棧支持改造

    Python項目Flask ipv6雙棧支持改造

    ?? Flask 是一個微型的(輕量)使用Python 語言開發(fā)的 WSGI Web 框架(一組庫和模塊),基于Werkzeug WSGI工具箱/庫和Jinja2 模板引擎,當然,Python的WEB框架還有:Django、Tornado、Webpy,這暫且不提。 Flask使用BSD授權。 Flask也被稱為 microframework(微框架) ,F(xiàn)lask 的目標是保持核心簡單

    2024年02月07日
    瀏覽(23)
  • IPv6 over IPv4

    IPv6 over IPv4

    IPv6 over IPv4隧道可實現(xiàn)IPv6網(wǎng)絡孤島之間通過IPv4網(wǎng)絡互連。由于IPv4地址的枯竭和IPv6的先進性,IPv4過渡為IPv6勢在必行。因為IPv6與IPv4的不兼容性,所以需要對原有的IPv4設備進行替換。但是如果貿(mào)然將IPv4設備大量替換所需成本會非常巨大,且現(xiàn)網(wǎng)運行的業(yè)務也會中斷,顯然并不

    2024年02月15日
    瀏覽(24)
  • IPv4,IPv6,TCP,路由

    IPv4,IPv6,TCP,路由

    ip : 網(wǎng)際協(xié)議,IP協(xié)議能讓世界上任意兩臺計算機之間進行通信。 IP協(xié)議的三大功能: 尋址和路由 傳遞服務:不可靠(盡最大努力交付傳輸數(shù)據(jù)包),可靠性由上層協(xié)議提供;無連接 數(shù)據(jù)包分片重組 OSI七層架構(理論) 和 TCP/IP的4層架構(實現(xiàn)) IP的主要作用是在復雜的網(wǎng)絡

    2024年02月11日
    瀏覽(32)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領取紅包,優(yōu)惠每天領

二維碼1

領取紅包

二維碼2

領紅包