CCIE思科教育培训 CCIE培训

cisco 3550 交换机 配置IP方法的问题

近日在配置两台交换机,做成vlan。 在给3550配置ip的时候遇到一个问题,ip配置后不生效,show running-config可以看到,已经配置上去了,但是就是ping不到3550的ip。首先,按照cisco3550的说明书上的方法,进行ip 的配置,如下:

Command
Step 1 configure terminal
Step 2 interface vlan vlan-id
Step 3 ip address ip-address subnet-mask
Step 4 exit
Step 5 ip default-gateway ip-address
Step 6 end
Step 7 show running-config
Step 8 copy running-config startup-config

配置完成后,ip并没有生效。

最后采用以下方法,才使3550的ip 配置生效,我的配置方法如下:

红色字体为我的配置输入命令。

Switch3550>
Switch3550>enable
Password:
Switch3550#config
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line.  End with CNTL/Z.
Switch3550(config)#in vlan1
Switch3550(config-if)#ip address 10.17.43.130 255.255.255.128
Switch3550(config-if)#no shutdown
Switch3550(config-if)#exit
Switch3550(config)#
00:48:00: %LINK-3-UPDOWN: Interface Vlan1, changed state to up
00:48:01: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state t
o up
Switch3550(config)#


Tags:

发布: admin 分类: CCIE思科 评论: 0 浏览: 133
留言列表
发表留言
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。