- Allied Telesis At-8000s Default Ip
- Allied Telesis At-8000s 48 Manual
- Allied Telesis Japan
- Allied Telesis At-8000gs Manual
Success! {{ $ctrl.successMessage }}
0'>Errors!
Allied Telesis At-8000s Default Ip
Allied Telesis AT-8000S manual: Appendix A. Technical Specifications. Download and print this document. Read and prints without ads; Download to keep your version. Read online or download PDF. Page 2 / 402. Allied Telesis AT-S94 CLI (AT-8000S Series) User Manual. Allied Telesis Computer hardware. Allied telesis AT-8000S Series Pdf User Manuals. View online or download Allied telesis AT-8000S Series User Manual, Installation Manual.
>
Initial Configuration
Page 35
100.1.1.254 is the IP address of the default gateway that is used to reach the management network
To check the configuration, enter the command “show ip interface” as illustrated in the following example.
User NameA user name is used to manage the device remotely, for example through SSH, Telnet, or the Web interface. To
gain complete administrative (super-user) control over the device, the highest privilege (15) must be specified.
Only an administrator (super-user) with the highest privilege level (15) is allowed to manage the device
For more information about the privilege level, see the CLI Reference Guide.
The configured user name is entered as a login name for remote management sessions. To configure the user
name “bob” and privilege level of 15, enter the command at the system prompt as shown in the configuration
Console#
Gateway IP AddressActivity StatusType
----------------------------- ---------------- ---------
IP AddressI/FType
----------------------------- ---------------- ---------
Console>
Console#
Allied Telesis At-8000s 48 Manual
Console(config)#
lee
15
Download 48 pages, 2.23 Mb Success! {{ $ctrl.successMessage }}
Allied Telesis Japan
0'>Errors!
>
Allied Telesis AT-8000SSwitch
Chapter 4.Initial ConfigurationConfiguration Overview
Before assigning a static IP address to the device, obtain the following information from the network administrator:
•A specific IP address allocated by the network administrator for the switch to be configured
There are two types of configuration: Initial configuration consists of configuration functions with basic security
considerations, whereas advanced configuration includes dynamic IP configuration and more advanced security
After making any configuration changes, the new configuration must be saved before rebooting. To save the
configuration, enter the following CLI command: The following prompt is displayed:
Configuration
The initial configuration, which starts after the device has booted successfully, includes static IP address and
subnet mask configuration, and setting user name and privilege level to allow remote management. If the device is
to be managed from an SNMP-based management station, SNMP community strings must also be configured.
•Static IP Address and Subnet Mask
Static IP Address and Subnet Mask
IP interfaces can be configured on each port of the device. After entering the configuration command, it is
recommended to check if a port was configured with the IP address by entering the “show ip interface” command.
The commands to configure the device are port specific.
To manage the switch from a remote network, a default gateway must be configured, which is an IP address to
where packets are sent when the destination is within another network. The configured gateway address must
belong to the same subnet as the IP interface of the device.
To configure the default gateway, enter the required commands at the system prompt as shown in the following
Allied Telesis At-8000gs Manual
configuration example where 101.101.101.101 is the specific management station, and 100.1.1.254 is the default
Console#
console#
console(config)# interface vlan 1
console(config-if)# ip address 100.1.1.1 255.255.0.0
console(config)# ip default-gateway 100.1.1.254