User Tools

Site Tools


arista:switch:7050qx-32-r_script_and_user_guide_eos_4.33.1f

This is an old revision of the document!


Arista Switch:DCS-7050QX-32-R


  • DCS-7050QX-N(config-if-Et24/2)#show inventory
  • DCS-7050QX-N(config-if-Et32)#show interface ethernet 23/1-4 status


Breakout Interfaces

QSFP+ Ethernet Interface Configuration Each QSFP+ module Ethernet interface is configurable as a single 40G port or as four 10G ports.

The switch displays four ports for each interface. Each port’s status depends on the interface configuration: • The /1 port is active (connected or not connected), regardless of the interface configuration. • The /2, /3, and /4 ports are error-disabled when the interface is configured as a single 40G port; • all ports are active (connected or not connected), when the interface is configured as four 10G ports.

Example:

• On DCS-7050S-64, interface 49 is a QSFP+ interface. Its ports are listed as 49/1, 49/2, 49/3, and 49/4. Port status depends on the interface configuration:

— 40G port configuration: 49/1 is connected or not connected; 49/2, 49/3, and 49/4 are error-disabled.

— 4x10G port configuration: 49/1, 49/2, 49/3, and 49/4 status is connected or not connected.

The speed forced 40gfull command configures a QSFP+ Ethernet interface as a 40G port. The no speed forced 40gfull command configures a QSFP+ Ethernet interface as four 10G ports. These commands reset the forwarding agent, which disrupts traffic on all switch ports. These commands must be applied to the /1 port.

Unordered List ItemEnter Interface Ethernet configuration mode for port /1 of the QSFP+ Ethernet interface.

switch(config)#interface ethernet 49/1

Enter speed force 40gfull command:

switch(config-if-Et49/1)#speed forced 40gfull

Note: This step restarts the forwarding agent, which disrupts traffic on all switch ports. The agent may require more than a minute to restart.

Enter show interface status to confirm the change in configuration.

switch(config-if-Et49/1)#show interface status

To configure a QSFP+ Ethernet interface as four 10G port interfaces:

Enter Interface Ethernet mode for port /1 of the QSFP+ interface.

switch(config)#interface ethernet 49/1

switch(config-if-Et49/1)#

Enter no speed force 40gfull command.

switch(config-if-Et49/1)#no speed forced 40gfull

switch(config-if-Et49/1)#

Example:

interface Port-Channel1
   description Link to 6400 IP: 172.25.25.1
   switchport mode trunk
   port-channel min-links 1
!
interface Port-Channel2
   description Link to sw 1 IP: 172.25.25.10
   switchport access vlan 528
   port-channel min-links 2
!
interface Port-Channel3
   description Link to sw 2 IP: 172.25.25.11
   switchport access vlan 529
   port-channel min-links 4

!

interface Ethernet1/1
   description Link to 6400 IP: 172.25.25.1
   no speed forced 40gfull
   channel-group 1 mode active
!
interface Ethernet1/2
  description Link to 6400 IP: 172.25.25.1
  no speed forced 40gfull
  channel-group 1 mode active 
!
interface Ethernet1/3
  description Link to 6400 IP: 172.25.25.1
  no speed forced 40gfull
  channel-group 1 mode active
!
interface Ethernet1/4
  description Link to 6400 IP: 172.25.25.1
  no speed forced 40gfull
  channel-group 1 mode active
!
interface Ethernet13/1
   description Link 1 40Gbps - IP: 10.23.23.10/27
   speed forced 40gfull
   switchport
   switchport mode acc
   switchport access vlan 526
!
interface Ethernet14/1
   description Link 2 40Gbps - IP: 10.23.23.11/27
   speed forced 40gfull
   switchport
   switchport mode acc
   switchport access vlan 526
!
interface Ethernet15/1
   description Link 3 40Gbps - IP: 10.23.23.12/27
   speed forced 40gfull
   switchport
   switchport mode acc
   switchport access vlan 526
!
interface Ethernet16/1
   description Link 4 10Gbps - IP: 10.23.23.13/27
   no speed forced 40gfull
   switchport
   switchport mode acc
   switchport access vlan 526
!
interface Ethernet16/2
   description Link 5 10Gbps - IP: 10.23.23.14/27
   no speed forced 40gfull
   switchport
   switchport mode acc
   switchport access vlan 526
!
interface Ethernet17/1
   description Link 6 10Gbps - IP: 10.23.23.15/27
   no speed forced 40gfull
   switchport
   switchport mode acc
   switchport access vlan 526
!
interface Ethernet17/2
   description TIER2 NS2PMDF - IP: 172.18.0.6/27
   no speed forced 40gfull
   switchport
   switchport mode acc
   switchport access vlan 526


DCS-7050QX-N#show version
Arista DCS-7050QX-32-R
Hardware version:    02.11
Serial number:       JP354652567
System MAC address:  001c.73b2.2a71

Software image version: 4.13.7.3M
Architecture:           i386
Internal build version: 4.13.7.3M-2126951.41373M.1
Internal build ID:      6f0a27e9-328e-453c-a66c-927e4912171a

Uptime:                 16 weeks, 4 days, 15 hours and 46 minutes
Total memory:           3990492 kB
Free memory:            1647764 kB

configure terminal
interface Port-Channel1
lacp mode active  (or lacp mode passive)
port-channel load-balance src-dst-ip

interface EthernetX
channel-group 1 mode active
active: Enables LACP in active mode.
passive: Enables LACP in passive mode.
on: Static LAG without LACP negotiation.

interface Port-Channel1
switchport mode trunk
switchport trunk allowed vlan <vlan-list>

interface Port-Channel1
switchport mode access
switchport access vlan <vlan-id>
  • show interfaces port-channel
  • show lacp neighbor
  • show vlan
write memory

Example

configure terminal
interface Port-Channel1
switchport mode access
switchport access vlan 10
lacp mode active
exit

interface Ethernet1
channel-group 1 mode active
exit

interface Ethernet2
channel-group 1 mode active
exit
write memory


User password

configure
enable secret <your_password>
username admin secret StrongPassword123
username manager secret AnotherPassword456
username admin role network-admin
username manager role network-operator
end
write mem
copy running-config startup-config

Configure VLAN 1 interface

configure
interface vlan 1
ip address 172.16.28.36 255.255.254.0
no shutdown
ip default-gateway 172.16.28.1
ip route 0.0.0.0/0 172.16.28.1
  • show ip interface brief
  • show ip route

Enable Multicast Routing on the Switch

configure
ip routing
ip multicast-routing
Switch(config)# vlan 10
Switch(config-vlan)# ip igmp snooping
Switch(config)# interface vlan 10
Switch(config-if)# ip igmp snooping querier
Switch(config)# interface vlan 10
Switch(config-if)# ip pim sparse-mode
  • show ip igmp snooping
  • show ip mroute
  • show ip pim neighbors


Link Aggregation (LAG)

vlan 10
  name Users
vlan 20
  name Servers

# Enter global configuration mode
  configure terminal

# Create a LAG group (e.g., LAG group 1)
  interface Ethernet1/1-2  
# The physical interfaces you want to aggregate
  channel-group 1 mode active  
# Enable LACP (active mode)
  no shutdown
# Assign the LAG to a virtual interface
interface Port-Channel 1
  port-channel min-links 2
  description LAG to Aruba OCX Switch
  switchport
  switchport mode trunk
# Allow VLANs 10 and 20
  switchport trunk allowed vlan 10,20  
  no shutdown
interface Port-Channel2
  switchport
  switchport mode access
  switchport access vlan 10  # Assign VLAN 10
  no shutdown
# Save the configuration
write memory
  • show interfaces ethernet 1/1-2
  • show port-channel summary
  • show active


Enable LLDP

configure terminal
lldp run
write memory


interface Ethernet1/1
  lldp transmit
  lldp receive
  no shutdown
interface Ethernet1/2
  lldp transmit
  lldp receive
  no shutdown
interface Ethernet1/3
  lldp transmit
  lldp receive
  no shutdown
interface Ethernet1/4
  lldp transmit
  lldp receive
  no shutdown
  • show lldp neighbors
  • show lldp neighbors detail
  • show lldp
  • show lldp interface Ethernet1
  • debug lldp events
  • debug lldp packets
  • no debug all


Spanning Tree Protocol (STP)

configure terminal

# Enable Rapid STP (Recommended)
spanning-tree mode rapid-pvst

# OR enable traditional STP
# spanning-tree mode stp

# OR enable MSTP (for multiple VLAN support)
# spanning-tree mode mstp

write memory

spanning-tree vlan 1 priority 12288
spanning-tree vlan 500 priority 12288
spanning-tree vlan 501 priority 12288
spanning-tree vlan 502 priority 12288
spanning-tree vlan 503 priority 12288
spanning-tree vlan 504 priority 12288
spanning-tree vlan 505 priority 12288
spanning-tree vlan 506 priority 12288

For access ports (connected to endpoints like PCs/servers), use PortFast to speed up link transitions:

interface Ethernet1
  spanning-tree portfast
  no shutdown

This prevents unnecessary STP calculations when connecting non-switch devices.

spanning-tree vlan 1 priority 4096
spanning-tree vlan 10 priority 4096

This forces VLAN 1 and VLAN 10 to select this switch as the root.

interface Ethernet3
  spanning-tree bpdufilter enable
  spanning-tree bpduguard enable
  no shutdown

BPDU Filter: Stops sending/receiving STP packets on that port. BPDU Guard: Disables the port if it receives STP packets (useful on access ports).

  • show spanning-tree
  • show spanning-tree vlan 1
  • show spanning-tree interface Ethernet1


ip igmp snooping

configure terminal
ip igmp snooping
write memory
 
vlan 1
ip igmp snooping
vlan 500
ip igmp snooping
vlan 501
ip igmp snooping
vlan 502
ip igmp snooping
vlan 503
ip igmp snooping
vlan 504
ip igmp snooping
DCS-7050QX-N(config)#show ip igmp sno
   Global IGMP Snooping configuration:
-------------------------------------------
IGMP snooping                  : Enabled
Robustness variable            : 2
Report flooding                : Disabled

Vlan 1 :
----------
IGMP snooping                  : Enabled
IGMPv2 immediate leave         : Enabled
Multicast router learning mode : pim-dvmrp
IGMP max group limit           : No limit set
Recent attempt to exceed limit : No
Report flooding                : Disabled
IGMP snooping pruning active   : False
Flooding traffic to VLAN       : True
Vlan 500 :
----------
IGMP snooping                  : Enabled
IGMPv2 immediate leave         : Enabled
Multicast router learning mode : pim-dvmrp
IGMP max group limit           : No limit set
Recent attempt to exceed limit : No
Report flooding                : Disabled
IGMP snooping pruning active   : False
Flooding traffic to VLAN       : True
vlan 500
   ip igmp snooping querier
  ip igmp snooping querier address 192.168.1.1
interface Vlan500
   ip address 192.168.1.1/24
   ip igmp version 2
   ip pim sparse-mode
ip igmp version 3
  • show ip igmp snooping
  • show ip igmp groups
  • show ip igmp snooping querier


MTU

interface Ethernet3
mtu 9214


7050QX Series 10/40G Data Center Switches



Arista EOS version 4.15.3F



Quick Start Guide 7000 Series 1 RU-Gen 2 Data Center Switches



Quick Start Guide 7000 Series 1 RU-Gen 3 Data Center Switches



User guide Arista Extensible Operating System (EOS)



Firmware donwload

SSH

DCS-7050QX-N(config-mgmt-ssh)#default ?

authentication  Change authentication settings
cipher          Exclusive list of cryptographic ciphers for sshd to speak
comment         Up to 240 characters, comment for this mode
fips            FIPS settings
hostkey         Set hostkey related options
idle-timeout    Set idle session timeout(minutes)
ip              SSH IP configuration
ipv6            SSH IPv6 configuration
key-exchange    Exclusive list of key-exchange methods for sshd to speak
known-hosts     SSH Known Hosts public keys
log-level       Configure SSH daemon logging level
login           Set options related to logging in
mac             Exclusive list of MAC algorithms for sshd to speak
server-port     Change server port
shutdown        Disable sshd
tunnel          manage named SSH tunnel
vrf             Enter VRF sub-mode

DCS-7050QX-N(config-mgmt-ssh)#default

management ssh
 idle-timeout 180
 authentication mode password


flash_eos_arista_problem.pdf



flash_eos_arista_reparado_en.pdf



flash_eos_arista_reparado_sp.pdf



DCS-7050QX-N#show run
! Command: show running-config
! device: DCS-7050QX-N (DCS-7050QX-32, EOS-4.21.2.3F-2GB)
!
! boot system flash:/EOS-2GB-4.21.2.3F.swi
!
terminal length 30
!
switchport default mode routed
!
vlan internal allocation policy ascending range 2000 4094
!
transceiver qsfp default-mode 4x10G
!
no logging console
no logging monitor
!
logging level AAA errors
logging level ACCOUNTING errors
logging level ACL errors
logging level AGENT errors
logging level ALE errors
logging level ARP errors
logging level BFD errors
logging level BGP errors
logging level BMP errors
logging level CAPACITY errors
logging level CAPI errors
logging level CLEAR errors
logging level CRT errors
logging level CVX errors
logging level DATAPLANE errors
logging level DHCP errors
logging level DOT1X errors
logging level DSCP errors
logging level ENVMON errors
logging level ETH errors
logging level EVENTMON errors
logging level EXTENSION errors
logging level FHRP errors
logging level FLOW errors
logging level FORWARDING errors
logging level FRU errors
logging level FWK errors
logging level GMP errors
logging level HARDWARE errors
logging level HEALTH errors
logging level HTTPSERVICE errors
logging level IGMP errors
logging level IGMPSNOOPING errors
logging level INTF errors
logging level IP6ROUTING errors
logging level IPRIB errors
logging level IRA errors
logging level ISIS errors
logging level KERNELFIB errors
logging level LACP errors
logging level LAG errors
logging level LAUNCHER errors
logging level LDP errors
logging level LICENSE errors
logging level LINEPROTO errors
logging level LLDP errors
logging level LOGMGR errors
logging level LOOPBACK errors
logging level LOOPPROTECT errors
logging level MAPREDUCEMONITOR errors
logging level MIRRORING errors
logging level MKA errors
logging level MLAG errors
logging level MMODE errors
logging level MROUTE errors
logging level MRP errors
logging level MSDP errors
logging level MSRP errors
logging level MSSPOLICYMONITOR errors
logging level MVRP errors
logging level NAT errors
logging level OPENCONFIG errors
logging level OPENFLOW errors
logging level OSPF errors
logging level OSPF3 errors
logging level PACKAGE errors
logging level PFC errors
logging level PIMBSR errors
logging level PORTSECURITY errors
logging level PTP errors
logging level PWRMGMT errors
logging level QOS errors
logging level QUEUEMONITOR errors
logging level REACHABILITYMONITOR errors
logging level REDUNDANCY errors
logging level RIB errors
logging level ROUTING errors
logging level SECURITY errors
logging level SERVERMONITOR errors
logging level SPANTREE errors
logging level SSO errors
logging level STAGEMGR errors
logging level STRATA errors
logging level SYS errors
logging level SYSDB errors
logging level TAPAGG errors
logging level TCP errors
logging level TRANSCEIVER errors
logging level TUNNEL errors
logging level TUNNELINTF errors
logging level VMTRACERSESS errors
logging level VMWAREVI errors
logging level VMWAREVS errors
logging level VRF errors
logging level VRRP errors
logging level VXLAN errors
logging level XMPP errors
logging level ZTP informational
!
hostname DCS-7050QX-N
ip name-server vrf default 1.1.1.1
ip name-server vrf default 8.8.8.8
!
ntp server 0.pool.ntp.org
ntp server 1.pool.ntp.org
ntp server 2.pool.ntp.org
ntp server 3.pool.ntp.org
!
spanning-tree mode rapid-pvst
spanning-tree vlan 1,500-530 priority 12288
spanning-tree mst 0 priority 12288
!
port-channel load-balance trident fields mac dst-mac eth-type
port-channel load-balance trident fields ip destination-ip
!
enable secret sha512 $6$23Ql.MX9xlc9S.pp$ZbLeg6yxh0RxyEuUIQbfoVRStZOXBJE1wUr3HkrJXbcXSpPQYPp9vDEFhSZwKgRH.ItojrCOwC2gduDU/wtSN.
no aaa root
!
username admin privilege 15 role network-admin secret sha512 $6$e3zVcO7Y5iTQmnN/$PTV0YAlHmGKM9hBa.aWv69CmJAWcVDA7mOCmCfLk032OjVZdvb.QyGxNGCixAsSZq4OkAEdOhO2.R4R1O6J3C1
username manager role network-operator secret sha512 $6$A0FNkB.mcw4SEdKF$X.fULsgGlbBP3KKU5zoC4.00wu.4nNPpmDJoY.8ErC9e1f0XsWXzoBoGv5/s2NNee540nDZB3ognzG8j7EIdC/
!
clock timezone US/Central
!
vlan 500
   name ServerVM
!
vlan 501
   name ServerStack
!
vlan 502
   name ISP1
!
vlan 503
   name ISP2
!
vlan 504
   name ISP3
!
vlan 505
   name LAN-UTM
!
vlan 506
   name WIFI-AP
!
vlan 507
   name VIP
!
vlan 508
   name ST
!
vlan 509
   name Staff
!
vlan 510
   name Teacher
!
vlan 511
   name Students
!
vlan 512
   name Accounting
!
vlan 513
   name Printer
!
vlan 514
   name AC
!
vlan 515
   name iDRAC
!
vlan 516
   name KVM
!
vlan 517
   name Guest
!
vlan 518
   name VoIP
!
vlan 519
   name IoT
!
vlan 520
   name Cameras
!
vlan 521
   name VC
!
vlan 522
   name VPN
!
vlan 523
   name Encoder
!
vlan 524
   name Qsyc
!
vlan 525
   name Nebula
!
vlan 526
   name PtP
!
vlan 527
   name Replication
!
vlan 528
   name CD
!
vlan 529
   name VD
!
vlan 530
   name 9K
!
vlan 1015
   name ISP4
!
vlan 1019
   name PtPL2
!
interface Port-Channel1
   description Access to VSX LAG-16 CORE 6400 HA IP: 172.16.28.1 PORT 1/3/16
   switchport mode trunk
   switchport
!
interface Port-Channel2
   description TIER0 SN2PMDFCL1 SN2PMDFCL2 SN2PMDFCL3 LAG-2
   switchport access vlan 528
   switchport
!
interface Port-Channel3
   description TIER2 NS2PMDF LAG-3 SIX PORT 40 GBPS
   switchport access vlan 529
   switchport
!
interface Port-Channel4
   description Access to SN2PMDFCL1 IP:172.16.72.10/26
   switchport mode trunk
   switchport
!
interface Port-Channel5
   description Access to SN2PMDFCL2 IP:172.16.72.11/26
   switchport mode trunk
   switchport
!
interface Port-Channel6
   description Access to SN2PMDFCL3 IP:172.16.72.12/26
   switchport mode trunk
   switchport
!
interface Ethernet1/1
   description Access LAG-16 to MDF-1 - 6400 IP: 172.16.28.1
   switchport mode trunk
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 1 mode active
!
interface Ethernet1/2
   description Access LAG-16 to MDF-1 - 6400 IP: 172.16.28.1
   switchport mode trunk
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 1 mode active
!
interface Ethernet1/3
   description Access LAG-16 to MDF-1 - 6400 IP: 172.16.28.1
   switchport mode trunk
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 1 mode active
!
interface Ethernet1/4
   description Access LAG-16 to MDF-1 - 6400 IP: 172.16.28.1
   switchport mode trunk
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 1 mode active
!
interface Ethernet2/1
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet2/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet2/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet2/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet3/1
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet3/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet3/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet3/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet4/1
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet4/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet4/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet4/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet5/1
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet5/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet5/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet5/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet6/1
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet6/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet6/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet6/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet7/1
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet7/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet7/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet7/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet8/1
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet8/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet8/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet8/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet9/1
   description Access to SN2PMDFCL1 IP:172.16.72.10/26
   speed forced 40gfull
   switchport mode trunk
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 4 mode active
   lacp rate fast
!
interface Ethernet9/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet9/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet9/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet10/1
   description Access to SN2PMDFCL1 IP:172.16.72.10/26
   speed forced 40gfull
   switchport mode trunk
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 4 mode active
   lacp rate fast
!
interface Ethernet10/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet10/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet10/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet11/1
   description Access to SN2PMDFCL2 IP:172.16.72.11/26
   speed forced 40gfull
   switchport mode trunk
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 5 mode active
   lacp rate fast
!
interface Ethernet11/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet11/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet11/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet12/1
   description Access to SN2PMDFCL2 IP:172.16.72.11/26
   speed forced 40gfull
   switchport mode trunk
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 5 mode active
   lacp rate fast
!
interface Ethernet12/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet12/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet12/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet13/1
   description Access to SN2PMDFCL3 IP:172.16.72.12/26
   speed forced 40gfull
   switchport mode trunk
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 6 mode active
   lacp rate fast
!
interface Ethernet13/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet13/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet13/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet14/1
   description Access to SN2PMDFCL3 IP:172.16.72.12/26
   speed forced 40gfull
   switchport mode trunk
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 6 mode active
   lacp rate fast
!
interface Ethernet14/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet14/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet14/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet15/1
   description BACKP PORT
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet15/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet15/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet15/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet16/1
   description NO USAR DANADO
   shutdown
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet16/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet16/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet16/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet17/1
   description LINK TO HV20MDFCL1 IP:10.28.208.5/27
   speed forced 40gfull
   switchport access vlan 528
   switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet17/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet17/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet17/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet18/1
   description LINK TO HV20MDFCL2 IP:10.28.208.6/27
   speed forced 40gfull
   switchport access vlan 528
   switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet18/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet18/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet18/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet19/1
   description LINK TO HV20MDFCL3 IP:10.28.208.7/27
   speed forced 40gfull
   switchport access vlan 528
   switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet19/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet19/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet19/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet20/1
   speed forced 40gfull
   switchport access vlan 528
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet20/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet20/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet20/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet21/1
   description HV2PMDFCL1 to Arista 750qx-32 IP: 10.28.212.11/27
   speed forced 40gfull
   switchport access vlan 529
   switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet21/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet21/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet21/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet22/1
   description HV2PMDFCL2 to Arista 750qx-32 IP: 10.28.212.12/27
   speed forced 40gfull
   switchport access vlan 529
   switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet22/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet22/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet22/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet23/1
   description HV2PMDFCL3 to Arista 750qx-32 IP: 10.28.212.13/2
   speed forced 40gfull
   switchport access vlan 529
   switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet23/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet23/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet23/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet24/1
   description TIER0 SN2PMDFCL1 LAG-2 to Arista 750qx-32 - IP: 10.28.208.5/27
   speed forced 40gfull
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 2 mode active
!
interface Ethernet24/2
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet24/3
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet24/4
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
interface Ethernet25
   description TIER2 NS2PMDF LAG-3 to Arista 750qx-32 IP: 10.28.212.5/27
   speed forced 40gfull
   switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 3 mode active
!
interface Ethernet26
   description TIER2 NS2PMDF LAG-3 to Arista 750qx-32 IP: 10.28.212.6/27
   speed forced 40gfull
   switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 3 mode active
!
interface Ethernet27
   description TIER0 SN2PMDFCL2 LAG-2 to Arista 750qx-32 - IP: 10.28.208.6/27
   speed forced 40gfull
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 2 mode active
!
interface Ethernet28
   description TIER0 SN2PMDFCL3 LAG-2 to Arista 750qx-32 - IP: 10.28.208.7/27
   speed forced 40gfull
   no switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 2 mode active
!
interface Ethernet29
   description TIER2 NS2PMDF LAG-3 to Arista 750qx-32 IP: 10.28.212.7/27
   speed forced 40gfull
   switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 3 mode active
!
interface Ethernet30
   description TIER2 NS2PMDF LAG-3 to Arista 750qx-32 IP: 10.28.212.8/27
   speed forced 40gfull
   switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 3 mode active
!
interface Ethernet31
   description TIER2 NS2PMDF LAG-3 to Arista 750qx-32 IP: 10.28.212.9/27
   speed forced 40gfull
   switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 3 mode active
!
interface Ethernet32
   description TIER2 NS2PMDF LAG-3 to Arista 750qx-32 IP: 10.28.212.10/27
   speed forced 40gfull
   switchport
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
   channel-group 3 mode active
!
interface Management1
   speed forced 25gfull
   ip address 172.16.28.40/23
   ipv6 enable
   ipv6 address auto-config
   ipv6 nd ra rx accept default-route
!
ip route 0.0.0.0/0 172.16.28.1
!
ip routing
!
ip multicast-routing
!
control-plane
   no service-policy input copp-system-policy
!
management ssh
   idle-timeout 180
   authentication mode password
!
end
DCS-7050QX-N#


arista/switch/7050qx-32-r_script_and_user_guide_eos_4.33.1f.1764011288.txt.gz · Last modified: 2025/11/24 14:08 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki