分享
 
 
 

Cisco3524交换机配置VLAN实例

王朝other·作者佚名  2008-05-31
窄屏简体版  字體: |||超大  

参考:

Cisco 3548(3524) 交换机:

第一次连接交换机,配置终端参数为:

波特率:9600;数据位:8;停止位:1;奇偶校验:无;流控制:无。

通过串口线连上路由器后,按回车,即可看到配置向导:

(假如不是第一次配置,可以进入超级用户模式后用命令setup调用以下过程)

--- System Configuration Dialog ---

At any point you may enter a question mark ? for help.任何时候可以打?取得帮助

Use ctrl-c to abort configuration dialog at any prompt.按Ctrl-C可以取消并退出

Default settings are in square brackets [].默认参数在[]中

Continue with configuration dialog? [yes/no]: y继续交互配置吗?回答:y

Enter IP address: 10.1.1.249ip地址

Enter IP netmask: 255.255.255.0子网掩码

Would you like to enter a default gateway address? [yes]: y设置默认网关?y

IP address of default gateway: 10.1.1.254默认网关

Enter host name [3548_9A]:

The enable secret is a one-way cryptographic secret used

instead of the enable passWord when it exists.

Enter enable secret: _password输入超级用户密码

Would you like to configure a Telnet password? [yes]: y

Enter Telnet password: _password输入telnet密码

Would you like to enable as a cluster command switch? [yes/no]: n集群模式?n

The following configuration command script was created:已建立以下配置信息

ip subnet-zero

interface VLAN1

ip address 10.1.1.249 255.255.255.0

ip default-gateway 10.1.1.254

enable secret 5 $1$biZ3$AOLb9cMTtBwMtGB9lyBzr.

line vty 0 15

password _domainwlzx

snmp community private rw

snmp community public ro

!

end

Use this configuration? [yes/no]:使用该配置信息吗? y

修改配置:

禁止通过snmp治理:

3548enable

password:

3548#config term

3548(config)#no snmp community private

3548(config)#no snmp community public

接着配置干道:(确定上级交换机对应端口已设为干道模式)

3548(config)#inter g0/1 选择第一个千兆口

3548(config if)# switchport mode trunk设为干道模式

假如g0/2用于连接另一台3548,也设为干道

3548(config)#inter g0/2

3548(config if)# switchport mode trunk

返回

3548(config if)# exit

3548(config)# exit

3548#

验证: ping 10.1.1.254

配置Vlan数据:

3548#vlan database

3548(vlan)#reset清除以前的配置

3548(vlan)#vtp client设为vtp客户模式

3548(vlan)#vtp domain _domainvtp域是_domain

3548(vlan)#vtp password ********设定vtp域密码

3548(vlan)#exit

3548#

验证:show vtp status显示vlan 数据

show vtp counters

show vlan

同步后看到的vlan数目和名称应与6506上的一致

指定端口到Vlan、配置端口为portfast方式(快速建立连接):

方法1:命令方式

3548#config term

3548(config)#inter f0/1配置1号快速以太网端口

3548(config if)# switchport Access vlan 2指定端口到Vlan 2

3548(config if)# spanning-tree portfast配置端口为portfast方式

3548(config)#inter f0/2配置1号快速以太网端口

3548(config if)# switchport access vlan 2指定端口到Vlan 2

3548(config if)# spanning-tree portfast配置端口为portfast方式

...对每个要设定的端口重复上述步骤。

3548(config if)# exit

3548(config)# exit

3548#

方法1:Web 方式

(预先要安装插件:jre-1-2-2-005-win-i-09-mar-2000.exe)

打开浏览器连接设备:在地址栏输入设备的治理页面url,如3548_9a(10.1.1.248)为:http://10.1.1.249/basiccfg.Html

选中菜单port - port configure - 设port fast 为Enable

选中菜单vlan - vlan membership - 指定端口所属的Vlan号 可同时指定多个端口

! 注重: 假如把一个端口指定到不存在的VLAN上,3548交换机的VLAN同步会异常,此时应该为正确VLAN并重新“配置Vlan数据”

保存配置信息:

方法1:命令方式

3548# write ( 或 copy running-config startup-config )

方法1:Web 方式

选中设备(而不是单个端口),点击save configure按钮。

3548_9A#show run

Building configuration...

Current configuration:

!

version 12.0#软件版本

no service pad

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname 3548_9A#系统名称

!

enable secret 5 $1$4ZMs$rfC.g/nN.owt3eW2uoCL/0#加密后的enable密码

!

!

!

!

!

!

ip subnet-zero

!

!

!

interface FastEthernet0/1#模块0的1号快速以太网接口

switchport access vlan 5#指定端口0/1到vlan 5

spanning-tree portfast#假如接的是工作站,指定端口为portfast方式(不运行生成树协议,加快建立连接速度)

!

interface FastEthernet0/2

spanning-tree portfast#默认情况下端口属vlan 1

!

interface FastEthernet0/3

spanning-tree portfast

!

interface FastEthernet0/4

spanning-tree portfast

!

interface FastEthernet0/5

spanning-tree portfast

!

interface FastEthernet0/6

spanning-tree portfast

!

interface FastEthernet0/7

spanning-tree portfast

!

interface FastEthernet0/8

spanning-tree portfast

!

interface FastEthernet0/9

spanning-tree portfast

!

interface FastEthernet0/10

spanning-tree portfast

!

interface FastEthernet0/11

spanning-tree portfast

!

interface FastEthernet0/12

spanning-tree portfast

!

interface FastEthernet0/13

spanning-tree portfast

!

interface FastEthernet0/14

spanning-tree portfast

!

interface FastEthernet0/15

spanning-tree portfast

!

interface FastEthernet0/16

spanning-tree portfast

!

interface FastEthernet0/17

spanning-tree portfast

!

interface FastEthernet0/18

spanning-tree portfast

!

interface FastEthernet0/19

spanning-tree portfast

!

interface FastEthernet0/20

spanning-tree portfast

!

interface FastEthernet0/21

spanning-tree portfast

!

interface FastEthernet0/22

spanning-tree portfast

!

interface FastEthernet0/23

spanning-tree portfast

!

interface FastEthernet0/24

spanning-tree portfast

!

interface FastEthernet0/25

spanning-tree portfast

!

interface FastEthernet0/26

spanning-tree portfast

!

interface FastEthernet0/27

spanning-tree portfast

!

interface FastEthernet0/28

spanning-tree portfast

!

interface FastEthernet0/29

spanning-tree portfast

!

interface FastEthernet0/30

spanning-tree portfast

!

interface FastEthernet0/31

spanning-tree portfast

!

interface FastEthernet0/32

spanning-tree portfast

!

interface FastEthernet0/33

spanning-tree portfast

!

interface FastEthernet0/34

spanning-tree portfast

!

interface FastEthernet0/35

spanning-tree portfast

!

interface FastEthernet0/36

spanning-tree portfast

!

interface FastEthernet0/37

spanning-tree portfast

!

interface FastEthernet0/38

spanning-tree portfast

!

interface FastEthernet0/39

spanning-tree portfast

!

interface FastEthernet0/40

spanning-tree portfast

!

interface FastEthernet0/41

spanning-tree portfast

!

interface FastEthernet0/42

spanning-tree portfast

!

interface FastEthernet0/43

spanning-tree portfast

!

interface FastEthernet0/44

spanning-tree portfast

!

interface FastEthernet0/45

spanning-tree portfast

!

interface FastEthernet0/46

spanning-tree portfast

!

interface FastEthernet0/47

spanning-tree portfast

!

interface FastEthernet0/48

spanning-tree portfast

!

interface GigabitEthernet0/1

switchport mode trunk#设置G0/1为运行isl协议的干道,默认答应所有vlan通过

!

interface GigabitEthernet0/2

!

interface VLAN1

ip address 10.1.1.249 255.255.255.0#本交换机的IP地址

no ip directed-broadcast

no ip route-cache

!

ip default-gateway 10.1.1.254#默认网关

snmp-server engineID local 00000009020000036BC

!

line con 0

transport input none

stopbits 1

line vty 0 4

password _password#telnet密码

login

line vty 5 15

password _password#telnet密码

login

!

end

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有