Difference between revisions of "Arista 7148S switches"

From PDP/Grid Wiki
Jump to navigationJump to search
 
Line 5: Line 5:
 
* The serial port setting is 9600 8N1 with NO flow control
 
* The serial port setting is 9600 8N1 with NO flow control
 
* The local user is admin
 
* The local user is admin
 +
* It is not possible to configure the management part of this switch over the 10Gb fiber optics, you need to use the special RJ45 ports on the switch for this
 +
 +
== Basic Configuration ==
 +
 +
To configure the switch with a hostname, ip, password.
 +
 +
enable
 +
configure terminal
 +
interface management 1
 +
ip address <ip> <netmask>
 +
ip route 0.0.0.0 0.0.0.0 <gateway>
 +
hostname <name of switch>
 +
username admin secret 0 <password>
 +
end
 +
copy running-config startup-config

Revision as of 18:00, 3 September 2009

Core switches (Arista 7148S)

The 7100 series from Arista switches are different from all others. A few hints:

  • The serial port setting is 9600 8N1 with NO flow control
  • The local user is admin
  • It is not possible to configure the management part of this switch over the 10Gb fiber optics, you need to use the special RJ45 ports on the switch for this

Basic Configuration

To configure the switch with a hostname, ip, password.

enable
configure terminal
interface management 1
ip address <ip> <netmask>
ip route 0.0.0.0 0.0.0.0 <gateway>
hostname <name of switch>
username admin secret 0 <password>
end
copy running-config startup-config