
MNL-0641-01 Rev A3
ECO-4823
Effective: 04 Oct 16
Page 29 of 107
3. At the Password prompt, press Enter. (There is no default password.) This completes the login
sequence. The prompt changes to SWI2210-XXXX#, where XXXX is the serial number of your SWI-
22-10.
Username: admin
Password:
SWI2210-XXXX#
At this point the admin user is operating at the highest privilege level, level 15. This means the admin has
full control over the switch and its configuration.
Set VLAN 1 IP Address
If the system is on a different network, you need to change the default VLAN 1 address. The default
address is 192.168.1.13 and the default subnet mask is 255.255.255.0.
1. Change to configuration mode. The prompt changes to include the mode name in parentheses.
SWI2210-XXXX# configure terminal
SWI2210-XXXX(config)#
2.
Enter the ‘interface vlan 1’ command to change to a configuration sub-mode that allows, among other
things, configuration of the IP address. The prompt now includes the sub-mode.
SWI2210-XXXX(config)# interface vlan 1
SWI2210-XXXX(config-if-vlan)#
3. Enter the ip address command. This example uses 172.16.1.2 255.255.0.0 for the address and
subnet mask. The command syntax depends on whether your addressing scheme is DHCP.
For non-DHCP systems, use:
SWI2210-XXXX(config-if-vlan)# ip address
<address> <subnet mask>
SWI2210-XXXX(config-if-vlan)#
For DHCP systems, use:
SWI2210-XXXX(config-if-vlan)# ip address dhcp fallback
<address> <subnet mask>
SWI2210-XXXX(config-if-vlan)#
4. Exit configuration mode. The exit command returns to the next higher mode, and the prompt
changes to show the current mode.
SWI2210-XXXX(config-if-vlan)# exit
SWI2210-XXXX(config)# exit
SWI2210-XXXX#
5. After configuration is complete, you can use the show command to inspect the resulting IP address.
In the example below the DHCP negotiation succeeded and the device obtained an address:
SWI2210-XXXX# show ip interface brief
Vlan Address Method Status
---- -------------------- -------- ------
1 172.16.1.17/16 DHCP UP
SWI2210-XXXX#
Check Connectivity
You can verify m
anagement connectivity by issuing a ‘ping’ command to a known external IP address:
SWI2210-XXXX# ping ip 172.16.1.1
PING server 172.16.1.1, 56 bytes of data.
64 bytes from 172.16.1.1: icmp_seq=0, time=0ms
64 bytes from 172.16.1.1: icmp_seq=1, time=0ms
64 bytes from 172.16.1.1: icmp_seq=2, time=0ms
64 bytes from 172.16.1.1: icmp_seq=3, time=0ms
64 bytes from 172.16.1.1: icmp_seq=4, time=0ms
Sent 5 packets, received 5 OK, 0 bad
SWI2210-XXXX#
If the ping is successful, network logins can now be performed via telnet or ssh to the address on VLAN
1, 172.16.1.17 (or 172.16.1.2).
Содержание Parvus SWI-22-10-01
Страница 8: ...Parvus SWI 22 10 Curtiss Wright Page 8 of 107 MNL 0641 01 Rev A3 ECO 4823 Effective 04 Oct 16 ...
Страница 25: ...MNL 0641 01 Rev A3 ECO 4823 Effective 04 Oct 16 Page 25 of 107 7 end 8 copy running config startup config ...
Страница 107: ...MNL 0641 01 Rev A3 ECO 4823 Effective 04 Oct 16 Page 107 of 107 ...