1楼:缘若梦醒
给你说一下配置的流程。
1、对两个交换机进行vlan划分,分别添加vlan100。
2、分别将两交换机的1~4接口划分到vlan100。
3、分别给两交换机的4个vlan接口分配ip地址。
4、在两个交换机上配置静态路由。
5、用网线将两交换机vlan100中任意两个接口连接起来。
两台三层交换机都设置了vlan怎么配置路由器让他们相通
2楼:匿名用户
如果你在三层交换机copy上不启用路由功能的话,就要在2台交换机的上联口上配置成trunk模式,然后在路由器的2个下联口分别为连接2个交换机的vlan创建逻辑子接口。
这样在路由器上会自动生成到各vlan的直连路由。你的vlan之间就可以通了。
3楼:
两台三层设置一个相抄同的vlan999,并配bai置vlan地址 ,a交换du机zhi的daoip地址:
a交换上的vlan 是192.168.0.0/16 b交换机的vlan是 172.16.0.1/16
设置路由,a交换机访问b交换的vlan地址时,走a交换机vlan999的ip,
命令:ip route 172.16.0.0/16 10.10.10.10
b交换机访问a交换机的vlan地址时走b交换机的vlan999的ip ,
命令:ip route 192.168.0.0/16 10.10.10.20
4楼:匿名用户
在四个vlan的交换机上,inte***ce vlan 1; ip address 1.1.1.
1 255.255.255.
0 。 ingte***ce vlan 2 ;ip address 2.2.
2.2 255.255.
255.0 。依次配置4个vlan,
另外一台交换机也一样,既然专是三层交换机,那么就可以属写静态路由了。
5楼:匿名用户
ip route x.x.x.x ***mask x.x.x.x
交换机静态路由怎么配置?
6楼:匿名用户
静态路由命令:
enconf t
ip route 目的网段 子网掩码
下一跳/出口
比如,专要通往192.168.1.0这个网段,下一跳为192.168.2.1,出口为fa0/0
命令属就是:
ip route 192.168.1.0 255.255.255.0 192.168.2.1
或者ip route 192.168.1.0 255.255.255.0 fa0/0都可以
三层交换机路由配置(静态路由)
7楼:匿名用户
inte***ce vlanif2 //此为pc1的网关
ip address 192.168.1.254 255.255.255.0
inte***ce vlanif12 //此为交换机1和2的直连路由
ip address 1.1.1.1 255.255.255.252
inte***ce gigabitether***0/0/1
port link-type access
port default vlan 2
inte***ce gigabitether***0/0/2
port link-type trunk
port trunk allow-pass vlan 2 5 12
ip route-static 3.3.3.2 255.255.255.252 1.1.1.2
8楼:烟草
你貌似在用hw-routesim在做实验
参考下面的配置和图吧
实验九静态路由实验
pca:10.65.
1.1pcb:10.
66.1.1pcc:
10.70.1.
1pcd:10.71.
1.1[routera]inte***ceether***0
[routera-ether***0]ipaddrress10.65.1.2255.255.0.0
[routera-ether***0]undoshutdown
[routera-ether***0]inte1
[routera-ether***1]ipaddrress10.66.1.2255.255.0.0
[routera-ether***1]undoshutdown
[routera-ether***1]ints1
[routera-serial1]ipaddrress10.68.1.2255.255.0.0
[routera-serial1]undoshutdown
[routera-serial1]clockrate64000
[routera-serial1]quit
[routera]iprouting
[routera]discurr
[routerb]inte***ceether***0
[routerb-ether***0]ipaddrress10.70.1.2255.255.0.0
[routerb-ether***0]undoshutdown
[routerb-ether***0]inte1
[routerb-ether***1]ipaddrress10.71.1.2255.255.0.0
[routerb-ether***1]undoshutdown
[routerb-ether***1]ints0
[routerb-serial0]ipaddrress10.68.1.1255.255.0.0
[routerb-serial0]undoshutdown
[routerb-serial0]quit
[routerb]iprouting
[routerb]discurr
[root@pcaroot]#ifconfigeth010.65.1.1***mask255.255.0.0
[root@pcaroot]#routeadddefaultgw10.65.1.2
[root@pcaroot]#ping10.65.1.2通
[root@pcaroot]#ping10.66.1.2通
[root@pcaroot]#ping10.67.1.2通
[root@pcaroot]#ping10.68.1.2不通
[root@pcaroot]#ping10.69.1.2不通
[routera]iproute-static10.69.0.0255.255.0.010.67.1.1
[root@pcaroot]#ping10.69.1.1通
三个路由器的静态路由(参考实验九图)
设置routera的ip:
f0/0:10.65.1.2--->pca:10.65.1.1
f0/1:10.66.1.2--->pcb:10.66.1.1
s0/0:10.67.1.2
s0/1:10.68.1.2--->接routercs0/0
设置routerc的ip:
s0/0:10.68.1.1<---
s0/1:10.78.1.2--->接routerbs0/0
设置routerb的ip:
s0/0:10.78.1.1<---
s0/1:10.67.1.1
f0/0:10.69.1.2--->pcc:10.69.1.1
f0/1:10.70.1.2--->pcd:10.70.1.1
设置从pca到pcc的静态路由
[roa]iprouting
[roa]iproute-static10.69.0.0255.255.0.010.68.1.1
[roa]displayiproute
[rob]iproute-static10.69.0.0255.255.0.010.78.1.1
[rob]displayiproute
[root@pcaroot]#ping10.69.1.1(通)
[root@pcaroot]#ping10.78.1.1(不通)
[root@pcaroot]#ping10.70.1.1(不通)
为什么pca到10.78.1.1不通呢?它是去10.69.1.1要经过的地方啊,这是由于在
routera上,没有去10.78.0.0网络的路由,所以到这个网络它不知道要向哪去送。
如何让pca到10.70.1.1(pcd)通呢,像10.69.0.0网络一样,在路径的路由器上
,再各写一条到10.70.0.0网络的静态路由就可以了。
如果每一条路径都写一组静态路由显然不好,由于pca在这个网络中实际只有一条
主通路,所以使用默认路由较好。
我们再做一个使用默认路由的小实验,先去掉原有的静态路由。
[roa]undoiproute-static10.69.0.0255.255.0.010.68.1.1
[roa]displayiproute
[roa]undoiproute-static10.69.0.0255.255.0.010.78.1.1
[rob]displayiproute
[root@pcaroot]#ping10.69.1.1(不通)
[roa]iproute-static0.0.0.00.0.0.010.68.1.1
[rob]displayiproute
[rob]iproute-static0.0.0.00.0.0.010.69.1.1
[rob]displayiproute
[root@pcaroot]#ping10.69.1.1(通)
[root@pcaroot]#ping10.70.1.1(通)
[root@pcaroot]#ping10.78.1.1(通)
路由表是路由器实现路由的指导思想。到一个网络通不通,要看路由表中有没有去
目的网络的路由表项,动态路由可以自动创建路由表,定时更新。
[routerb-serial0]undoipaddrress10.67.1.1255.255.0.0
[routerb-serial0]ipaddrress10.70.1.1255.255.0.0
[routerc]inte***ceserial0
[routerc-serial0]ipaddrress10.67.1.1255.255.0.0
[routerc-serial0]undoshutdown
[routerc-serial0]clockrate64000
[routerc-serial0]ints1
[routerc-serial1]ipaddrress10.70.1.1255.255.0.0
[routerc-serial1]undoshutdown
[routerc-serial1]quit
[routerc]iproute-static10.69.0.0255.255.0.010.70.1.1
[routerc]discurr
[root@pcaroot]#ping10.69.1.1通
[root@pcaroot]#ping10.68.1.1不通
静态路由配置(三层交换机,划分vlan,路由器)
1楼 匿名用户 以太网接口不是点对点的协议,是无法指定接口的 ,也就是说他是以广播方式发送的,下一接口是分不出来具体数据的。如接口是ppp协议的就可以指定了,一般都在路由器上使用 如ip rout 0 0 0 0 0 0 0 0 s0 串口 2楼 匿名用户 192 168 1 2 0 0 0 0 0...
思科三层交换机配置命令,思科三层交换机的详细配置命令是什么?
1楼 尖锐的棱角 1 交换机支持的命令 交换机基本状态 2楼 匿名用户 配置命令有好多呢,你说的是哪一部分呢 思科三层交换机的详细配置命令是什么? 3楼 乜锦燕娟娟 query取得iframe中元素的几种方法在iframe子页面获取父页面元素 如下 4楼 匿名用户 思科三层交换机的配置 5楼 守邊人...
三层交换机和两层交换机的连接,二层交换机和三层交换机相连用什么线?
1楼 匿名用户 一般都是将三层及二层交换机的连接口设置成trunk方式,让其可以通过多个vlan的。 2楼 墨夜风名 1,三层交换机一般都是会先划分vlan,然后将三层交换机上的几个端口加入vlan中。 2,配置二层交换机的vlan1的接口地址需要和三层接口地址在一个段上。 3,然后将网线插在两个交...