监控安装 ERP

系统集成论坛

 找回密码
 注册通行证

QQ登录

只需一步,快速开始

路由器交换机防火墙系统集成商城 优质产品采购平台
查看: 2621|回复: 2
打印 上一主题 下一主题

思科Cisco Catalyst 6500系列交换机配置实例

[复制链接]

37

主题

361

帖子

901

积分

版主

跳转到指定楼层
1
发表于 2009-10-14 16:11:15 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
华为金牌代理
思科Cisco Catalyst 6500系列交换机配置实例

1、设置时间
config t
clock timezone GMT 8
clock set 17:17:17 7 JUL 2007

2、设置主机名及密码
config t
hostname 6509
enable secret cisco
line con 0
password cisco
login
line vty 0 15
password cisco
login
^z
show bootvar
show bootflash
show fabric status
show hardware

3、配置vlan
config t
vlan 301
name hexinxitong
vlan 302
name callcenter
vlan 303
name kuaijicaiwu
exit
show vlan
interface range giga 2/1-8
switchport mode access
switchport access vlan 301
interface range giga 2/9-16
switchport mode access
switchport access vlan 302
interface range giga 2/17-47
switchport mode access
switchport access vlan 303
interface giga 2/48
ip addreaa 12.10.254.2 255.255.255.0
no shut
exit
show vlan

4、配置trunk
int giga 2/48
shutdown
switchport mode trunk
switchport trunk enca dot1q
no shut
show int giga 2/48 trunk
show vtp counters
show vtp status

5、设置vlan地址及HSRP
int vlan 301
ip address 192.1.2.2 255.255.255.0
no ip redirects
standby 1 ip 192.1.2.1
standby 1 priority 105
standby 1 preempt
standby 1 track giga 1/48
no shut
exit
exit
show ip interface brief

int vlan 302
ip address 192.100.4.2 255.255.255.0
no ip redirects
standby 2 ip 192.100.4.1
standby 2 priority 105
standby 2 preempt
standby 2 track giga 1/48
no shut
exit
exit
show ip interface brief

int vlan 303
ip address 192.100.5.2 255.255.255.0
no ip redirects
standby 3 ip 192.100.5.1
standby 3 priority 105
standby 3 preempt
standby 3 track giga 1/48
no shut
exit
exit
show ip interface brief

6、配置EIGRP
config t
ip routing eigrp 100
router eigrp 100
network 192.1.2.0
network 192.100.0.0 255.255.0.0
network 12.0.0.0
network 192.254.253.0
no auto-summary
^z
show ip proto
show ip route
做人要厚道,看贴要回帖!

0

主题

37

帖子

47

积分

实习生

2
发表于 2009-10-15 22:02:37 | 只看该作者
华为金牌代理
顶一下
3
发表于 2009-10-21 10:02:13 | 只看该作者
华为金牌代理
我来看看
您需要登录后才可以回帖 登录 | 注册通行证

本版积分规则

联系我们| 手机版|系统集成论坛 ( 京ICP备11008917号 )

GMT+8, 2024-11-13 14:53 , Processed in 0.077442 second(s), 24 queries .

系统集成论坛

BBS.XTJC.COM

快速回复 返回顶部 返回列表