CiscoViptelaSD-WAN基本部署

更新时间:2023-06-20 08:22:24 阅读: 评论:0

CiscoViptelaSD-WAN基本部署
Cisco SD-WAN
Cisco SD-WAN四平⾯,四组件
管理平⾯ ---vManage;提供了⼀个⾼度可视化的仪表板,可简化⽹络操作。它在整个 SD-WAN 结构中提供集中配置、管理、操作和监控
编排平⾯ ---vBond;协调器,主要负责协调管理平⾯,控制平⾯,数据平⾯之间的控制连接;主要负责授权连接
控制平⾯ ---vSmart;负责路由,控制,提供路由策略、QOS策略、流量⼯程等;vSmart与所有vEdge之间有OMP协议(上层管理协议),提供中⼼策略、负责实施策略
数据平⾯ ---vEdge;负责数据转发,产⽣路由,⽀持OSPF、BGP、VRRP
VPN
SD-WAN中的VPNs
VPN 512          主要⽤于⽹管(固定)
VPN 0              主要⽤于传输侧(固定)
VPN 1-511        主要⽤于业务VPN
当前需求
站点内Switch的loopback接⼝可以互通,
环境拓扑
该环境,只是⽤于实验⽽已,并⾮真实环境;
1.设备上线
1.1 vManage配置
vmanage(config)# system
vmanage(config-system)# host-name vmanage
vmanage(config-system)# system-ip 100.1.1.1
vmanage(config-system)# site-id 100
vmanage(config-system)# vmanage(config-system)# vbond 10.1.1.2
vmanage(config-system)# commit
Commit complete.
vmanage(config-system)# exit
vmanage(config)# vpn 0
vmanage(config-vpn-0)# interface eth0
vmanage(config-interface-eth0)# ip address 10.1.1.1/24 vmanage(config-interface-eth0)# no shutdown
vmanage(config-interface-eth0)# exit
vmanage(config-vpn-0)# ip route 0.0.0.0/0 10.1.1.254 vmanage(config-vpn-0)# exit
vmanage(config)# vpn 512
vmanage(config-vpn-512)# interface eth1
vmanage(config-interface-eth1)# no shutdown
vmanage(config-interface-eth1)# ip address 172.16.30.155/16 vmanage(config-interface-eth1)# exit
vmanage(config-vpn-512)# ip route 0.0.0.0/0 172.16.30.254 vmanage(config-vpn-512)# commit
Commit complete.
vmanage(config-vpn-512)# end
1.2 vBond配置
vedge(config)# system
vedge(config-system)# host-name vbond
vedge(config-system)# system-ip 100.1.1.2
vedge(config-system)# site-id 100广告英语
vedge(config-system)#
vedge(config-system)# vbond 10.1.1.2 local vbond-only vedge(config-system)# commit
Commit complete.
vbond(config-system)# exit
vbond(config)# vpn 0
vbond(config-vpn-0)# interface ge0/0
vbond(config-interface-ge0/0)# no shutdown
vbond(config-interface-ge0/0)# no tunnel-interface
vbond(config-interface-ge0/0)# ip address 10.1.1.2/24 vbond(config-interface-ge0/0)# exit
vbond(config-vpn-0)# ip route 0.0.0.0/0 10.1.1.254
vbond(config-vpn-0)# commit
Commit complete.
vbond(config-vpn-0)#
1.3 vSmart配置
vsmart(config-system)# vbond 10.1.1.2
vsmart(config-system)# vsmart(config-system)# commit
Commit complete.
vsmart(config-system)# exit
vsmart(config)# vpn 0
vsmart(config-vpn-0)# interface eth0
vsmart(config-interface-eth0)# no shutdown
vsmart(config-interface-eth0)# ip address 10.1.1.3/24 vsmart(config-interface-eth0)# exit
vsmart(config-vpn-0)# ip route 0.0.0.0/0 10.1.1.254 vsmart(config-vpn-0)# commit
Commit complete.
vsmart(config-vpn-0)#
vsmart(config-vpn-0)# end
1.4 vEdge配置
miraclevEdge1:
vedge(config)# system
vedge(config-system)# host-name vEdge1
vedge(config-system)# system-ip 100.1.1.4
vedge(config-system)# site-id 100
vedge(config-system)#
vedge(config-system)# vbond 10.1.1.2
vedge(config-system)# commit
Commit complete.
vEdge1(config-system)# exit
vEdge1(config)# vpn 0
中文转换日文vEdge1(config-vpn-0)# interface ge0/0
vEdge1(config-interface-ge0/0)# no shutdown
vEdge1(config-interface-ge0/0)# no tunnel-interface vEdge1(config-interface-ge0/0)# ip address 192.168.10.2/30 vEdge1(config-interface-ge0/0)# exit
perfect意思>eatting
vEdge1(config-vpn-0)# ip route 0.0.0.0/0 192.168.10.1 vEdge1(config-interface-ge0/0)# commit
Commit complete.
vEdge1(config-interface-ge0/0)#
vEdge2:
vedge(config-system)#
vedge(config-system)# vbond 10.1.1.2
iciba翻译
vedge(config-system)# commit
Commit complete.
vEdge2(config-system)# exit
vEdge2(config)# vpn 0
vEdge2(config-vpn-0)# interface ge0/0
vEdge2(config-interface-ge0/0)# no shutdown
vEdge2(config-interface-ge0/0)# no tunnel-interface vEdge2(config-interface-ge0/0)# ip address 192.168.20.1/24 vEdge2(config-interface-ge0/0)# exit
vEdge2(config-vpn-0)# ip route 0.0.0.0/0 192.168.20.254 vEdge2(config-vpn-0)# commit
Commit complete.
vEdge3:
vedge(config)# system
vedge(config-system)# host-name vEdge3
vedge(config-system)# system-ip 103.1.1.1
vedge(config-system)# site-id 300
vedge(config-system)# 家人的英文
vedge(config-system)# vbond 10.1.1.2
vedge(config-system)# commit
Commit complete.
vEdge3(config-system)# exit
vEdge3(config)# vpn 0
vEdge3(config-vpn-0)# interface ge0/0
vEdge3(config-interface-ge0/0)# no shutdown
vEdge3(config-interface-ge0/0)# no tunnel-interface vEdge3(config-interface-ge0/0)# ip address 192.168.30.1/24 vEdge3(config-interface-ge0/0)# exit
vEdge3(config-vpn-0)# ip route 0.0.0.0/0 192.168.30.254 vEdge3(config-vpn-0)#
vEdge3(config-vpn-0)#
vEdge3(config-vpn-0)# commit
streakingCommit complete.
1.5 Core-Switch配置
interface Ethernet0/0
switchport access vlan 30
switchport mode access
!
interface Ethernet0/1
switchport access vlan 10
switchport mode access
!
interface Ethernet0/2邮编英文缩写
switchport access vlan 20
switchport mode access
interface Vlan10
ip address 10.1.1.254 255.255.255.0
!
interface Vlan20
ip address 14.1.1.4 255.255.255.0
ip ospf network point-to-point
ip ospf 1 area 0
joker是什么意思!
interface Vlan30
ip address 192.168.10.1 255.255.255.252 Ip ospf 1 area 0
!
router ospf 1
router-id 4.4.4.4
network 10.1.1.0 0.0.0.255 area 0
1.6 ISP配置
Site100_CE:

本文发布于:2023-06-20 08:22:24,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/151277.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:负责   策略   管理
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图