路由器ospf协议连接图和配置命令

若干台路由器互联,配置ospf协议,要有路由器连接图片,还要有配置命令,最好是用“一点通模拟软件”做的,急用!... 若干台路由器互联,配置ospf协议,要有路由器连接图片,还要有配置命令,最好是用“一点通模拟软件”做的,急用! 展开
 我来答
匿名用户
2013-10-27
展开全部
这是神州数码的命令,仅供参考:DCRS-7604#CONFDCRS-7604(Config)#vlan 10DCRS-7604(Config-vlan10)#switchport interface ethernet 1/1-8Set the port Ethernet1/1 access vlan 10 successfullySet the port Ethernet1/2 access vlan 10 successfullySet the port Ethernet1/3 access vlan 10 successfullySet the port Ethernet1/4 access vlan 10 successfullySet the port Ethernet1/5 access vlan 10 successfullySet the port Ethernet1/6 access vlan 10 successfullySet the port Ethernet1/7 access vlan 10 successfullySet the port Ethernet1/8 access vlan 10 successfullyDCRS-7604(Config-vlan10)#exitDCRS-7604(Config)#vlan 20DCRS-7604(Config-vlan20)#switchport interface ethernet 1/9-16Set the port Ethernet1/9 access vlan 20 successfully Set the port Ethernet1/10 access vlan 20 successfullySet the port Ethernet1/11 access vlan 20 successfullySet the port Ethernet1/12 access vlan 20 successfullySet the port Ethernet1/13 access vlan 20 successfullySet the port Ethernet1/14 access vlan 20 successfullySet the port Ethernet1/15 access vlan 20 successfullySet the port Ethernet1/16 access vlan 20 successfullyDCRS-7604(Config-vlan20)#exitDCRS-7604(Config)# vlan 100DCRS-7604(Config-vlan100)#switchport interface ethernet 1/24Set the port Ethernet1/24 access vlan 100 successfullyDCRS-7604(Config-vlan100)#exitDCRS-7604(Config)#验证配置:DCRS-7604 #show vlanVLAN Name Type Media Ports---- ------------ ---------- --------- ----------------------------------------1 default Static ENET Ethernet1/17 Ethernet1/18 Ethernet1/19 Ethernet1/20 Ethernet1/21 Ethernet1/22 Ethernet1/23 Ethernet1/25 Ethernet1/26 Ethernet1/27 Ethernet1/28 10 vlan0010 Static ENET Ethernet1/1 Ethernet1/2 Ethernet1/3 Ethernet1/4 Ethernet1/5 Ethernet1/6 Ethernet1/7 Ethernet1/820 vlan0020 Static ENET Ethernet1/9 Ethernet1/10 Ethernet1/11 Ethernet1/12 Ethernet1/13 Ethernet1/14 Ethernet1/15 Ethernet1/16100 VLAN0100 Static ENET Ethernet1/24DCRS-7604# 交换机B:DCRS-5526(Config)#vlan 30DCRS-5526(Config-Vlan30)#switchport interface ethernet 0/0/1-8Set the port Ethernet0/0/1 access vlan 30 successfullySet the port Ethernet0/0/2 access vlan 30 successfullySet the port Ethernet0/0/3 access vlan 30 successfullySet the port Ethernet0/0/4 access vlan 30 successfullySet the port Ethernet0/0/5 access vlan 30 successfullySet the port Ethernet0/0/6 access vlan 30 successfullySet the port Ethernet0/0/7 access vlan 30 successfullySet the port Ethernet0/0/8 access vlan 30 successfullyDCRS-5526(Config-Vlan30)#exitDCRS-5526(Config)#vlan40DCRS-5526(Config-Vlan40)#switchport interface ethernet 0/0/9-16Set the port Ethernet0/0/9 access vlan 40 successfullySet the port Ethernet0/0/10 access vlan 40 successfullySet the port Ethernet0/0/11 access vlan 40 successfullySet the port Ethernet0/0/12 access vlan 40 successfullySet the port Ethernet0/0/13 access vlan 40 successfullySet the port Ethernet0/0/14 access vlan 40 successfullySet the port Ethernet0/0/15 access vlan 40 successfullySet the port Ethernet0/0/16 access vlan 40 successfullyDCRS-5526(Config-Vlan40)#exitDCRS-5526(Config)#vlan 101DCRS-5526(Config-Vlan101)#switchport interface ethernet 0/0/24Set the port Ethernet0/0/24 access vlan 101 successfullyDCRS-5526(Config-Vlan101)#exitDCRS-5526(Config)#验证配置:DCRS-5526#show vlanVLAN Name Type Media Ports---- ------------ ---------- --------- ----------------------------------------1 default Static ENET Ethernet0/0/17 Ethernet0/0/18 Ethernet0/0/19 Ethernet0/0/20 Ethernet0/0/21 Ethernet0/0/22 Ethernet0/0/2330 vlan10 Static ENET Ethernet0/0/1 Ethernet0/0/2 Ethernet0/0/3 Ethernet0/0/4 Ethernet0/0/5 Ethernet0/0/6 Ethernet0/0/7 Ethernet0/0/840 vlan20 Static ENET Ethernet0/0/9 Ethernet0/0/10 Ethernet0/0/11 Ethernet0/0/12 Ethernet0/0/13 Ethernet0/0/14 Ethernet0/0/15 Ethernet0/0/16101 VLAN0100 Static ENET Ethernet0/0/24DCRS-5526# 第二步:配置交换机各VLAN虚接口的IP地址交换机A: DCRS-7604#configDCRS-7604(Config)#int vlan 10DCRS-7604(Config-If-Vlan10)#ip address 192.168.10.1 255.255.255.0DCRS-7604(Config-If-Vlan10)#no shutDCRS-7604(Config-If-Vlan10)#exitDCRS-7604(Config)#int vlan 20DCRS-7604(Config-If-Vlan20)#ip address 192.168.20.1 255.255.255.0DCRS-7604(Config-If-Vlan20)#no shutDCRS-7604(Config-If-Vlan20)#exitDCRS-7604(Config)#int vlan 100DCRS-7604(Config-If-Vlan100)#ip address 192.168.100.1 255.255.255.0DCRS-7604(Config-If-Vlan100)#no shutDCRS-7604(Config-If-Vlan100)#DCRS-7604(Config-If-Vlan100)#exitDCRS-7604(Config)# 交换机B:DCRS-5526S(Config)#int vlan 30DCRS-5526S(Config-If-Vlan30)#ip address 192.168.30.1 255.255.255.0DCRS-5526S(Config-If-Vlan30)#no shutDCRS-5526S(Config-If-Vlan30)#exitDCRS-5526S(Config)#int vlan 40DCRS-5526S(Config-If-Vlan40)#ip address 192.168.40.1 255.255.255.0DCRS-5526S(Config-If-Vlan40)#no shutDCRS-5526S(Config-If-Vlan40)#exitDCRS-5526S(Config)#int vlan 101DCRS-5526S(Config-If-Vlan101)#ip address 192.168.101.1 255.255.255.0DCRS-5526S(Config-If-Vlan101)#exitDCRS-5526S(Config)#
Storm代理
2023-07-25 广告
StormProxies是一家国内优质海外HTTP代理商,拥有一个庞大的IP资源池,覆盖200多个地区,IP数量大且匿名度高。其优点还包括超高并发、稳定高效、技术服务等特点,同时提供HTTP、HTTPS以及SOCKS5协议支持。此外,Sto... 点击进入详情页
本回答由Storm代理提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式