博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IPRAN--vrrp eth-trunk
阅读量:5739 次
发布时间:2019-06-18

本文共 1420 字,大约阅读时间需要 4 分钟。

2台RSG之间做了vrrp,对接的是U2000网管。
RSG2
interface GigabitEthernet1/0/0
 description TO-LXDS-U2000-G0/0/1
 undo shutdown
 ip address 
 vrrp vrid 1 virtual-ip 
 isis enable 1000
 isis silent
 isis cost 2000
 dcn
#
RSG1
interface GigabitEthernet1/0/0
 description TO-LXDS-U2000-G0/0/1
 undo shutdown
 ip address
 vrrp vrid 1 virtual-ip 
 isis enable 1000
 isis silent
 isis cost 2000


关于eth-trunk的配置有点不明白,需要再研究研究
interface Eth-Trunk0
 description To--LTDS-RSG01-CX600X8-01-Eth-Trunk0
 ip address 172.25.0.2 255.255.255.252
 isis enable 1000
 isis cost 75
 mpls
 mpls te
 mpls rsvp-te
 mpls rsvp-te hello
 trust upstream default
 qos phb disable
#
interface Eth-Trunk0.1000
 vlan-type dot1q 1000
 description To-LTDS-RSG01-CX600X8-01-Eth-Trunk0
 ip binding vpn-instance WCDMA-VPN
 ip address 
 statistic enable
#


interface Eth-Trunk5
 description TO_[-LT-NE40E-PS-ACE2]-Eth-trunk5
#
interface Eth-Trunk5.1000
 vlan-type dot1q 1000
 description TO_[-LT-NE40E-PS-ACE2]-Eth-trunk5
 ip binding vpn-instance WCDMA-VPN
 ip address 
 statistic enable



interface GigabitEthernet1/0/18
 description TO_[-LT-NE40E-PS-ACE2]-Gi4/0/3
 undo shutdown
 eth-trunk 5
#
interface GigabitEthernet1/0/19
 description TO_[-LT-NE40E-PS-ACE2]-Gi4/0/4
 undo shutdown
 eth-trunk 5
这2个接口放在eth5 下面就是链路聚合    对端是不是做了eth5  ?   eth5.1000的配置对eth5  有没有什么影响?不是很了解 
还有的就是对接基站的接口是 ip binding vpn-instance WCDMA-VPN  这又有点不了解了, 有高手在的忘指点下。
初学者,勿喷。

本文转自 Wilson9527 51CTO博客,原文链接:http://blog.51cto.com/devops9527/1177788,如需转载请自行联系原作者
你可能感兴趣的文章
添加虚拟子网
查看>>
Ubuntu 12.04 root用户登录设置
查看>>
存储过程点滴
查看>>
Maven编译跳过test的设置
查看>>
[LeetCode]22.Generate Parentheses
查看>>
计算A/B Test需要的样本量
查看>>
二叉树前序中序后序遍历的非递归方法
查看>>
mysql 行转列列转行
查看>>
《设计模式系列》---桥接模式
查看>>
[Unity3d]Shader 着色器 学习前了解知识
查看>>
Redrain duilib中事件委托存在的问题
查看>>
43、我的C#学习笔记9
查看>>
字符串的简单操作
查看>>
C#新功能--命名参数与可选参数
查看>>
strtok和strtok_r
查看>>
维辰超市:借助云商城成功转型新零售
查看>>
web.xml中<load-on-start>n</load-on-satrt>作用
查看>>
【算法】CRF
查看>>
windows 8 微软拼音输入法
查看>>
Windows UI风格的设计(7)
查看>>