免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3670 | 回复: 5
打印 上一主题 下一主题

2600router+2950switch vlan [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-09-02 23:04 |只看该作者 |倒序浏览
用一个cisco 2600 router和两个cisco 2950 switch 做一个单臂路由的vlan

谁会啊??帮帮我吧

具体拓扑介绍:

     2600接一个vtp server switch1,switch1 接switch2,  switch1 和switch2分别接两台pc
要组建三个vlan,一个默认vlan 1,


新建vlan 2,vlan 3


  谢谢!

论坛徽章:
0
2 [报告]
发表于 2007-09-04 08:22 |只看该作者
看看了~~~~
supengnest 该用户已被删除
3 [报告]
发表于 2007-09-04 10:57 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
4 [报告]
发表于 2007-09-23 16:29 |只看该作者
Catalyst 2950和Cisco 2600路由器相连设置成单臂路由
========================
前提条件:Catalyst 2950交换机只支持802.1q封装模式
=========================
Catalyst 2950配置如下:

interface FastEthernet0/1
switchport access vlan 2
!设置交换机端口属于Vlan2
!
interface FastEthernet0/2
switchport access vlan 2
!设置交换机端口属于Vlan2
!
interface FastEthernet0/3
switchport access vlan 3
!设置交换机端口属于Vlan3
!
interface FastEthernet0/4
switchport access vlan 3
!
interface FastEthernet0/5
switchport access vlan 4
!设置交换机端口属于Vlan4
!
interface FastEthernet0/6
switchport access vlan 4
...............
!
interface FastEthernet0/23
switchport access vlan all
switchport mode trunk
!设置该交换机端口和Cisco 2600路由器进行相连,需要设置为Trunk模式
!
interface FastEthernet0/24
switchport access vlan 2
switchport mode trunk
!
interface VLAN1
ip address 192.168.1.202 255.255.255.0
no ip directed-broadcast
no ip route-cache
!
interface VLAN2
no ip directed-broadcast
no ip route-cache
shutdown
!
!
line con 0
exec-timeout 0 0
transport input none
stopbits 1
line vty 0 4
password cisco
login
line vty 5 15
password cisco
login
!
end

===================

前提条件:需要路由器的IOS需要支持ipplus或以上,可以支持的封装模式为802.1q
===================
Cisco 2600路由器配置如下:

Cisco2600#sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Cisco2600
!
ip subnet-zero
!
interface FastEthernet0/0
ip address 192.168.108.254 255.255.255.0
no ip directed-broadcast
!
interface FastEthernet0/0.2
encapsulation dot1Q 2

!设置的VLan的接口地址和Vlan2的封装为802.1q,以下如同

ip address 192.168.102.254 255.255.255.0
no ip directed-broadcast
!
interface FastEthernet0/0.3
encapsulation dot1Q 3
ip address 192.168.103.254 255.255.255.0
no ip directed-broadcast
!
interface FastEthernet0/0.4
encapsulation dot1Q 4
ip address 192.168.104.254 255.255.255.0
no ip directed-broadcast
!
!
interface FastEthernet0/1
no ip address
no ip directed-broadcast
shutdown
!
ip classless
no ip http server
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end

论坛徽章:
0
5 [报告]
发表于 2012-08-26 08:21 |只看该作者
需要路由器的IOS需要支持ipplus或以上

论坛徽章:
0
6 [报告]
发表于 2012-09-03 06:14 |只看该作者
好帖顶一个。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP