扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
4003-ER-F1> (enable) set password
Enter old password:
Enter new password:
Retype new password:
Password changed.
4003-ER-F1> (enable) set enablepass
Enter old password:
Enter new password:
Retype new password:
Password changed.
4003-ER-F1> (enable) set banner motd %
4003-ER-F1 (Catalyst 4003)
Access Restricted
%
MOTD banner set
4003-ER-F1> (enable) set interface sc0 10.10.1.20/24
Interface sc0 IP address set.
4003-ER-F1> (enable) set ip route default 10.10.1.1
Route added.
4003-ER-F1> (enable) set ip dns server 10.10.10.100
10.10.10.100 added to DNS server table as primary server.
4003-ER-F1> (enable) set ip dns domain bigcorp.com
Default DNS domain name set to bigcorp.com
4003-ER-F1> (enable) set ip dns enable
DNS is enabled
4003-ER-F1> (enable) set vtp domain BigCorp mode client
VTP domain BigCorp modified
4003-ER-F1> (enable) set module name 1 Supervisor
Module name set.
4003-ER-F1> (enable) set module name 2 Gig Uplinks
Module name set.
4003-ER-F1> (enable) set port flowcontrol 2/1-2 send off
Ports 2/1-2 flow control send administration status set to off
(ports will not send flowcontrol to far end)
4003-ER-F1> (enable) set port flowcontrol 2/1-2 receive off
Ports 2/1-2 flow control receive administration status set to off
(ports will not allow far end to send flowcontrol)
4003-ER-F1> (enable) set port negotiation 2/1-2 enable
Ports 2/1-2 negotiation enabled
4003-ER-F1> (enable) set port name 2/1-2 GEC 802.1Q Trunk
Ports 2/1-2 name set.
4003-ER-F1> (enable) set port channel 2/1-2 desirable
Port(s) 2/1-2 channel mode set to desirable.
4003-ER-F1> (enable) set trunk 2/1 desirable dot1q
Port(s) 2/1-2 trunk mode set to desirable.
Port(s) 2/1-2 trunk type set to dot1q.
4003-ER-F1> (enable) set module name 3 Gig Server Links
Module name set.
4003-ER-F1> (enable) set port name 3/1-2 Corporate Server
Ports 3/1-2 name set.
4003-ER-F1> (enable) set port name 3/3 DevEng Server
Port 3/3 name set.
4003-ER-F1> (enable) set port name 3/4 QA Server
Port 3/4 name set.
4003-ER-F1> (enable) set port flowcontrol 3/1-4 send desired
Ports 3/1-4 flow control send administration status set to desired
(ports will send flowcontrol to far end if far end supports it)
4003-ER-F1> (enable) set port flowcontrol 3/1-4 receive desired
Ports 3/1-4 flow control receive administration status set to desired
(ports will allow far end to send flowcontrol if far end supports it)
4003-ER-F1> (enable) set port channel 3/1-2 off
Port(s) 3/1-2 channel mode set to off.
4003-ER-F1> (enable) set port channel 3/3-4 off
Port(s) 3/3-4 channel mode set to off.
4003-ER-F1> (enable) set trunk 3/1-4 off
Port(s) 3/1-4 trunk mode set to off.
4003-ER-F1> (enable) set spantree portfast 3/1-4 enable
Warning: Spantree port fast start should only be enabled on ports connected
to a single host. Connecting hubs, concentrators, switches, bridges, etc. to
a fast start port can cause temporary spanning tree loops. Use with caution.
Spantree ports 3/1-4 fast start enabled.
4003-ER-F1> (enable) set vlan 10 3/1-2
VLAN 10 modified.
VLAN 1 modified.
VLAN Mod/Ports
---- -----------------------
10 2/1-2
3/1-2
4003-ER-F1> (enable) set vlan 20 3/3
VLAN 20 modified.
VLAN 1 modified.
VLAN Mod/Ports
---- -----------------------
20 2/1-2
3/3
4003-ER-F1> (enable) set vlan 40 3/4
VLAN 40 modified.
VLAN 1 modified.
VLAN Mod/Ports
---- -----------------------
40 2/1-2
3/4
4003-ER-F1> (enable)
4. RSM 的配置
对于RSM模块的命令与Cisco的路由器相似
下面给出配置清单
5509-ER-F1> (enable) session 3
Trying Router-3...
Connected to Router-3.
Escape character is '^]'.
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname RSM-ER-F1
RSM-ER-F1(config)#enable password extra_secret_word
RSM-ER-F1(config)#line vty 0 6
RSM-ER-F1(config-line)#password secret_word
RSM-ER-F1(config-line)#ip domain-name bigcorp.com
RSM-ER-F1(config)#ip name-server 10.10.10.100
RSM-ER-F1(config)#ip domain-lookup
RSM-ER-F1(config)#interface vlan 1
RSM-ER-F1(config-if)#description default (vlan1) VLAN interface
RSM-ER-F1(config-if)#ip address 10.10.1.1 255.255.255.0
RSM-ER-F1(config-if)#no shutdown
RSM-ER-F1(config-if)#interface vlan 10
RSM-ER-F1(config-if)#description Corporate (vlan10) VLAN interface
RSM-ER-F1(config-if)#ip address 10.10.10.1 255.255.255.0
RSM-ER-F1(config-if)#no shutdown
RSM-ER-F1(config-if)#interface vlan 20
RSM-ER-F1(config-if)#description DevEng (vlan20) VLAN interface
RSM-ER-F1(config-if)#ip address 10.10.20.1 255.255.255.0
RSM-ER-F1(config-if)#no shutdown
RSM-ER-F1(config-if)#interface vlan 30
RSM-ER-F1(config-if)#description Mfg (vlan30) VLAN interface
RSM-ER-F1(config-if)#ip address 10.10.30.1 255.255.255.0
RSM-ER-F1(config-if)#no shutdown
RSM-ER-F1(config-if)#interface vlan 40
RSM-ER-F1(config-if)#description QA (vlan40) VLAN interface
RSM-ER-F1(config-if)#ip address 10.10.40.1 255.255.255.0
RSM-ER-F1(config-if)#no shutdown
RSM-ER-F1(config-if)#interface vlan 50
RSM-ER-F1(config-if)#description Finance&Admin (vlan50) VLAN interface
RSM-ER-F1(config-if)#ip address 10.10.50.1 255.255.255.0
RSM-ER-F1(config-if)#no shutdown
RSM-ER-F1(config-if)#interface vlan 60
RSM-ER-F1(config-if)#description Sales&Mktg (vlan60) VLAN interface
RSM-ER-F1(config-if)#ip address 10.10.60.1 255.255.255.0
RSM-ER-F1(config-if)#no shutdown
RSM-ER-F1(config-if)#^Z
RSM-ER-F1#copy running-config startup-config
Building configuration...
[OK]
RSM-ER-F1#
5. Catalyst 5505 的配置
下面给出配置清单
Enter password:
Console> enable
Enter password:
Console> (enable) set system name 5505-WC-F2
System name set.
5505-WC-F2> (enable) set system location 2nd Floor Wiring Closet
System location set.
5505-WC-F2> (enable) set system contact sysadmin@bigcorp.com
System contact set.
5505-WC-F2> (enable) set time 04/30/1999 10:00:00
5505-WC-F2> (enable) set password
Enter old password:
Enter new password:
Retype new password:
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者