![Cisco Catalyst 3040 Скачать руководство пользователя страница 63](http://html.mh-extra.com/html/cisco/catalyst-3040/catalyst-3040_hardware-installation-manual_67603063.webp)
C-5
Cisco Catalyst Blade Switch 3040 for FSC Hardware Installation Guide
OL-10694-01
Appendix C Configuring the Switch with the CLI-Based Setup Program
Accessing the CLI Through the Console Port
Step 6
(Optional) Configure Simple Network Management Protocol (SNMP) by responding to the prompts.
1.
To configure SNMP later, press
Return
(which applies the default of no). If you accept the default,
you can configure SNMP later through the CLI.
Configure SNMP Network Management? [no]:
2.
To configure SNMP now, enter
yes
.
Configure SNMP Network Management? [no]:
yes
Community string [public]: public
Step 7
Enter the interface name (physical interface or VLAN name) of the interface that connects to the
management network, and press
Return
.
Enter
vlan1
for the interface name at this prompt.
Step 8
To configure the interface, enter
Yes
after the prompt, and then enter the blade switch IP address and
subnet mask. Press
Return
.
The IP address and subnet mask shown here are examples:
Configuring interface Vlan1:
Configure IP on this interface? [yes]:
IP address for this interface [10.0.0.1]:
Subnet mask for this interface [255.255.255.0] : 255.255.255.0
Class A network is 10.0.0.1, 21 subnet bits; mask is /21
Step 9
Enter
no
when the prompt asks you if you would like to enable the blade switch as a cluster command
switch. This blade switch is a standalone switch.
Would you like to enable as a cluster command switch? [yes/no]:
no
Note
The Cisco Catalyst Blade Switch 3040 for FSC does not support clustering.
You have now completed the initial configuration of the blade switch, which displays its initial
configuration. An example of the output is shown here:
The following configuration command script was created:
hostname switch1
enable secret 5 $1$cagJ$e4LP91PNazfdADoNAZm6y0
enable password
enable_password
line vty 0 15
password
terminal-password
snmp-server community public
!
!
interface Vlan1
no shutdown
ip address 10.0.0.1 255.255.255.0
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
. . . (output truncated)
interface GigabitEthernet0/16
!
end