实现1-24口通过26口上互联网,原来的视频会议还是走25口
原有的视频会议系统走25口,要实现1到24端口都能通过26口上互联网
(0)
最佳答案
写缺省路由从26口出去,然后写静态路由让视频流量走25口这种吗?
(0)
是的,谢了静态路由上不了网
# version 5.20, Release 2111P02 # sysname H3C # irf mac-address persistent timer irf auto-update enable undo irf link-delay # domain default enable system # telnet server enable # undo ip http enable # password-recovery enable # vlan 1 # vlan 2 to 4094 # domain system access-limit disable state active idle-cut disable self-service-url disable # dhcp server ip-pool 1 network 10.177.187.0 mask 255.255.255.0 gateway-list 10.177.187.1 # user-group system group-attribute allow-guest # local-user 1 password cipher $c$3$2VSoFugt1wxGMSV//xqMyExgBzxQkBAp authorization-attribute level 3 service-type telnet local-user chalco password cipher $c$3$ifPuXRjG4GuWMWY2lVAVUb9n/5KfcgeUow21 authorization-attribute level 3 service-type telnet local-user sdhg password cipher $c$3$Xv1EDd7ecnXpPEiA/WEcfkSfJ5aw4L8= # interface NULL0 # interface Vlan-interface1 # interface Vlan-interface2 description TO_WAN_ZHONGLVGUOJI ip address 10.177.3.94 255.255.255.252 # interface Vlan-interface10 description TO_SHIPINPOLYCOM ip address 10.177.187.1 255.255.255.0 # interface Ethernet1/0/1 port link-mode bridge port access vlan 10 # interface Ethernet1/0/2 port link-mode bridge # interface Ethernet1/0/3 port link-mode bridge # interface Ethernet1/0/4 port link-mode bridge # interface Ethernet1/0/5 port link-mode bridge # interface Ethernet1/0/6 port link-mode bridge # interface Ethernet1/0/7 port link-mode bridge # interface Ethernet1/0/8 port link-mode bridge # interface Ethernet1/0/9 port link-mode bridge # interface Ethernet1/0/10 port link-mode bridge port access vlan 10 # interface Ethernet1/0/11 port link-mode bridge port access vlan 10 # interface Ethernet1/0/12 port link-mode bridge port access vlan 10 # interface Ethernet1/0/13 port link-mode bridge port access vlan 10 # interface Ethernet1/0/14 port link-mode bridge port access vlan 10 # interface Ethernet1/0/15 port link-mode bridge port access vlan 10 # interface Ethernet1/0/16 port link-mode bridge port access vlan 10 # interface Ethernet1/0/17 port link-mode bridge port access vlan 10 # interface Ethernet1/0/18 port link-mode bridge port access vlan 10 # interface Ethernet1/0/19 port link-mode bridge port access vlan 10 # interface Ethernet1/0/20 port link-mode bridge port access vlan 10 # interface Ethernet1/0/21 port link-mode bridge port access vlan 10 # interface Ethernet1/0/22 port link-mode bridge port access vlan 10 # interface Ethernet1/0/23 port link-mode bridge port access vlan 10 # interface Ethernet1/0/24 port link-mode bridge port access vlan 10 # interface GigabitEthernet1/0/25 port link-mode bridge description TO_WAN_ZHONGLVGUOJI port access vlan 2 # interface GigabitEthernet1/0/26 port link-mode bridge # interface GigabitEthernet1/0/27 port link-mode bridge # interface GigabitEthernet1/0/28 port link-mode bridge # ip route-static 10.0.0.0 255.0.0.0 10.177.3.93 ip route-static 10.177.0.0 255.255.0.0 10.177.3.93 # load xml-configuration # load tr069-configuration # user-interface aux 0 user-interface vty 0 4 authentication-mode scheme user-interface vty 5 15
p route-static 10.0.0.0 255.0.0.0 10.177.3.93 ip route-static 10.177.0.0 255.255.0.0 10.177.3.93 没看到缺省路由去
这是前期的配置,后边加了一条0.0.0.0 0.0.0.0 192.168.100.1.指向一台路由器
刚刚去吃饭了,不好意思
26口还要配置什么吗?谢谢大哥
还需要什么添加什么配置,谢谢大哥
10.0.0.0 255.0.0.0 10.177.3.93和10.177.0.0 255.255.0.0 10.177.3.93这两条路由是不是重叠了
你26口属于vlan1的,要给vlan1配个地址吧?看你25口,vlan2都有地址
那样加个vlan1的地址能实现1-24口都能通过26口上网吗?还需要什么配置?谢谢大哥
那两个默认路由没有重叠,一个是内网的,一个是总部视频的
可以啊,26口做互联接口写缺省路由,上面路由器写回程路由,只要上面路由可以能上网就可以,我看交换轻轻松松配里面有个案例你可以去看一下,https://zhiliao.h3c.com/topic/huati/1246,交换机做网关的
好的,谢谢大哥
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
好的,谢谢大哥