三层聚合(路由)
  TEZNKK3IfmPf 2023年11月13日 14 0
注意事项
三层接口不能捆绑到二层聚合接口
R1配置
[R1-Eth-Trunk1]undo portswitch 
[R1]int Eth-Trunk 1
[R1-GigabitEthernet0/0/0]eth-trunk 1
[R1-GigabitEthernet0/0/1]eth-trunk 1
[R1]display ip interface brief 
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 3
The number of interface that is DOWN in Physical is 1
The number of interface that is UP in Protocol is 1
The number of interface that is DOWN in Protocol is 3

Interface                         IP Address/Mask      Physical   Protocol  
Eth-Trunk1                        unassigned           up         down      
GigabitEthernet0/0/1              unassigned           up         down      
GigabitEthernet0/0/2              unassigned           down       down      
NULL0                             unassigned           up         up(s)  
[R1]int Eth-Trunk 1
[R1-Eth-Trunk1]ip add 192.168.1.1 255.255.255.0
查看三层配置结果
[R1]display ip interface brief 
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 2
The number of interface that is DOWN in Physical is 1
The number of interface that is UP in Protocol is 2
The number of interface that is DOWN in Protocol is 1

Interface                         IP Address/Mask      Physical   Protocol  
Eth-Trunk1                        192.168.1.1/24       up         up        
GigabitEthernet0/0/2              unassigned           down       down      
NULL0                             unassigned           up         up(s)     
查看二层配置结果
[R1]display interface brief 
PHY: Physical
*down: administratively down
(l): loopback
(s): spoofing
(b): BFD down
^down: standby
(e): ETHOAM down
(d): Dampening Suppressed
InUti/OutUti: input utility/output utility
Interface                   PHY   Protocol InUti OutUti   inErrors  outErrors
Eth-Trunk1                  up    up          0%     0%          0          0
  GigabitEthernet0/0/0      up    up          0%     0%          0          0
  GigabitEthernet0/0/1      up    up          0%     0%          0          0
GigabitEthernet0/0/2        down  down        0%     0%          0          0
NULL0                       up    up(s)       0%     0%          0          0
R2 配置
[R2]int Eth-Trunk 1
[R2-Eth-Trunk1]undo portswitch 
[R2-Eth-Trunk1]int gi0/0/1
[R2-GigabitEthernet0/0/1]eth-trunk 1
Info: This operation may take a few seconds. Please wait for a moment...done.
[R2-GigabitEthernet0/0/1]int gi0/0/0
[R2-GigabitEthernet0/0/0]eth-trunk 1
Info: This operation may take a few seconds. Please wait for a moment...done.
[R2]int Eth-Trunk 1
[R2-Eth-Trunk1]ip add 192.168.1.2 255.255.255.0
【版权声明】本文内容来自摩杜云社区用户原创、第三方投稿、转载,内容版权归原作者所有。本网站的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@moduyun.com

上一篇: Servlet的生命周期详解 下一篇: Go+ URL 解析
  1. 分享:
最后一次编辑于 2023年11月13日 0

暂无评论

推荐阅读
  TEZNKK3IfmPf   2024年03月29日   103   0   0 静态路由
  TEZNKK3IfmPf   2023年11月14日   24   0   0 路由
  TEZNKK3IfmPf   2023年11月13日   27   0   0 OSPF路由
  TEZNKK3IfmPf   2023年11月13日   18   0   0 路由
  TEZNKK3IfmPf   2023年11月14日   39   0   0 rabbitmq路由
  TEZNKK3IfmPf   2023年11月14日   35   0   0 vue路由
  TEZNKK3IfmPf   2023年11月13日   15   0   0 路由
  TEZNKK3IfmPf   2023年11月14日   18   0   0 django路由
  TEZNKK3IfmPf   2023年11月13日   21   0   0 路由
  TEZNKK3IfmPf   2023年11月14日   20   0   0 路由
TEZNKK3IfmPf