aruba_networks:switch:6400:6400_configuration_example_script
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| aruba_networks:switch:6400:6400_configuration_example_script [2025/07/24 05:02] – aperez | aruba_networks:switch:6400:6400_configuration_example_script [2025/12/28 12:07] (current) – removed aperez | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Aruba CX 6400v2 / 6200 Series Switches | ||
| - | {{ youtube> | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | {{ youtube> | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | ====== Select a Product to View the List of Commands ====== | ||
| - | |||
| - | **[[https:// | ||
| - | ** | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | {{pdfjs 46em >: | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | {{pdfjs 46em >: | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | {{pdfjs 46em >: | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | {{pdfjs 46em >: | ||
| - | |||
| - | |||
| - | {{ : | ||
| - | |||
| - | {{pdfjs 46em >: | ||
| - | |||
| - | |||
| - | |||
| - | ---- | ||
| - | |||
| - | ---- | ||
| - | |||
| - | ====== AOS-CX 10.10 IP Services Guide 6300, 6400 Switch Series ====== | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | {{pdfjs 46em >: | ||
| - | |||
| - | |||
| - | |||
| - | ---- | ||
| - | |||
| - | ---- | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | {{pdfjs 46em >: | ||
| - | |||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | **Disables connection to Aruba Central server.** | ||
| - | |||
| - | When the connection is disabled, the switch does not attempt to connect to the Aruba Central server or fetch central location from any of the three sources (CLI/Aruba Activate/ | ||
| - | |||
| - | Example | ||
| - | |||
| - | | ||
| - | | ||
| - | | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | |||
| - | |||
| - | ====== Laboratory ====== | ||
| - | ---- | ||
| - | ---- | ||
| - | [[https:// | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | Note: ISL stands for Inter-Switch Link, and it is a Cisco proprietary protocol. It works by adding a 26-byte | ||
| - | header and a 4-byte trailer to the original Ethernet frame, creating a new ISL frame. The header contains the | ||
| - | VLAN ID, which identifies the VLAN to which the frame belongs; | ||
| - | compared to IEEE 802.1Q due to its proprietary encapsulation, | ||
| - | high-throughput environments. In contrast, IEEE 802.1Q has a lower overhead, making it more efficient in terms of | ||
| - | bandwidth utilization. | ||
| - | | ||
| - | | ||
| - | **[[https:// | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | ====== IEEE 802.1Q ====== | ||
| - | |||
| - | IEEE 802.1Q, commonly known as "Dot One Q", is an IEEE-certified protocol for attaching VLAN identification information to data frames. | ||
| - | |||
| - | Here, please recall the standard format of Ethernet data frames. | ||
| - | |||
| - | The VLAN identification information attached by IEEE 802.1Q is located between the " | ||
| - | |||
| - | Add 4 bytes of content to the data frame, so the CRC value will naturally change. At this time, the CRC on the data frame is the value obtained by recalculating the entire data frame including them after inserting TPID and TCI. | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | When the data frame leaves the aggregation link, the TPID and TCI will be removed, and a CRC recalculation will be performed at this time. | ||
| - | |||
| - | The position of the TPID field in the Ethernet packet is the same as the position of the protocol type field in the packet without a VLAN tag. The value of TPID is fixed to 0x8100, which indicates the 802.1Q type carried by the network frame, and the switch uses it to determine that the IEEE 802.1Q-based VLAN information is attached to the data frame. The actual VLAN ID is 12 bits in TCI. Since there are 12 bits in total, up to 4096 VLANs can be identified. | ||
| - | |||
| - | The VLAN information attached based on IEEE 802.1Q is like a tag attached when transferring items. Therefore, it is also called " | ||
| - | |||
| - | |||
| - | ====== ISL (Inter-Switch Link) ====== | ||
| - | |||
| - | ISL is a protocol similar to IEEE 802.1Q supported by Cisco products for attaching VLAN information to the aggregation link. | ||
| - | |||
| - | After using ISL, 26 bytes of "ISL Header" | ||
| - | |||
| - | In an environment where ISL is used, when a data frame leaves the convergence link, simply remove the ISL header and the new CRC. Since the original data frame and its CRC are completely preserved, there is no need to recalculate the CRC. | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | ISL is like wrapping the entire original data frame with an ISL header and a new CRC, so it is also called an " | ||
| - | |||
| - | It should be noted that neither the " | ||
| - | |||
| - | And because ISL is a Cisco unique protocol, it can only be used for interconnection between Cisco network devices. | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | **[[networking: | ||
| - | |||
| - | |||
| - | [[https:// | ||
| - | |||
| - | Note: For Ethernet networks, the recommended MTU size is usually 9000 bytes. This is because Ethernet networks | ||
| - | are designed to handle larger frames, making it easier to achieve higher performance with JUMBO Frames. | ||
| - | |||
| - | |||
| - | Note: What is MTU 9198 (Jumbo frames)?; this is the value of the global jumbos IP MTU (or L3 MTU) supported by | ||
| - | the switch. The default value is set to 9198 bytes (a value that is 18 bytes less than the largest possible | ||
| - | maximum frame size of 9216 bytes). This object can be used only in switches that support max-frame-size and ip- | ||
| - | mtu configuration. | ||
| - | |||
| - | | ||
| - | Note: What is the best MTU setting (WAN)?; it is generally recommended that the MTU for a WAN interface connected | ||
| - | to a PPPoE DSL network be 1492. In fact, with auto MTU discovery, 1492 is discovered to be the maximum allowed | ||
| - | MTU. However, having an MTU of 1452 is most optimal. | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | **[[networking: | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | **VSX/VSF - CLI test configuration** | ||
| - | ---- | ||
| - | ---- | ||
| - | {{ : | ||
| - | |||
| - | {{pdfjs 46em >: | ||
| - | |||
| - | {{ : | ||
| - | {{ : | ||
| - | {{ : | ||
| - | {{ : | ||
| - | {{ : | ||
| - | {{ : | ||
| - | ---- | ||
| - | ---- | ||
| - | **Virtual MAC and System-MAC Guidance** | ||
| - | |||
| - | One of the main VSX best practice is to set VSX system-mac and not leave it blank with default HW system-mac being used. By doing so, the VSX system-mac is independent from the physical hardware MAC address and in case of hardware replacement of the VSX primary, the new switch can be configured with the same configuration than the previous primary unit with no impact on the VSX secondary as the cluster ID remains unchanged. With such practice, VSX primary HW replacement is hitless for the VSX secondary. (Otherwise the VSX secondary would have to join a new cluster ID, ID from VSX primary, and would turn-off temporary its VSX LAG ports). | ||
| - | |||
| - | Please use locally administered unicast MAC Address when assigning system-mac or active-gateway virtual MAC address. There are 4 ranges reserved for private use for unicast (with second least significant bit of the first octet of the unicast address set to 1). x is any Hexadecimal value. | ||
| - | |||
| - | * x2-xx-xx-xx-xx-xx | ||
| - | * x6-xx-xx-xx-xx-xx | ||
| - | * xA-xx-xx-xx-xx-xx | ||
| - | * xE-xx-xx-xx-xx-xx | ||
| - | |||
| - | In this document, **02: | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | The scope of this VMAC is purely link-local. Consequently, | ||
| - | |||
| - | If some servers or systems have dual-attachment to two different SVIs, and the system administrator would like to see distinct MAC addresses for the next-hops over these separate interfaces, then 16 VMACs are available. For dual-stack IPv4 and IPv6, 16 VMACs can be used for IPv4 and the same VMACs can be used for IPv6. It is however a best practice to use only 8 VMACs for IPv4 and 8 different VMACs for IPV6. | ||
| - | |||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | Note: any other allocation rules can be chosen according to administrative rules in place by the network | ||
| - | operational team. Multicast orbroadcast MAC addresses must not be used for System-mac. | ||
| - | |||
| - | ---- | ||
| - | |||
| - | ---- | ||
| - | |||
| - | |||
| - | **vsx-sync** | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | ---- | ||
| - | **Switch 8360-1** | ||
| - | ---- | ||
| - | |||
| - | 8360-1#conf | ||
| - | 8360-1# | ||
| - | 8360-1#int mgmt | ||
| - | 8360-1#ip static 10.1.1.12/ | ||
| - | 8360-1#no shut | ||
| - | 8360-1#end | ||
| - | 8360-1#wr mem | ||
| - | 8360-1#sh ver | ||
| - | //must have the same software version// | ||
| - | 8360-1#int lag 256 | ||
| - | 8360-1#no shut | ||
| - | 8360-1# | ||
| - | 8360-1#no routing | ||
| - | 8360-1#vlan trunk native 1 | ||
| - | 8360-1#vlan trunk allowed all | ||
| - | 8360-1#lacp mode active | ||
| - | 8360-1#exit | ||
| - | //over QSFP28 DAC X 2 // | ||
| - | 8360-1# | ||
| - | 8360-1#no shut | ||
| - | 8360-1#mtu 9198 | ||
| - | 8360-1# | ||
| - | 8360-1#lag 256 | ||
| - | 8360-1# | ||
| - | 8360-1#no shut | ||
| - | 8360-1#mtu 9198 | ||
| - | 8360-1# | ||
| - | 8360-1#lag 256 | ||
| - | 8360-1#exit | ||
| - | 8360-1#wr mem | ||
| - | 8360-1#sh interface lag 256 | ||
| - | 8360-1#sh lacp interfaces | ||
| - | //over SFP+ DAC// | ||
| - | 8360-1# | ||
| - | 8360-1#vrf keepAlive | ||
| - | 8360-1#exit | ||
| - | 8360-1# | ||
| - | 8360-1#no shut | ||
| - | 8360-1#vrf attach keepAlive | ||
| - | 8360-1# | ||
| - | 8360-1#ip address 192.168.99.1/ | ||
| - | 8360-1#end | ||
| - | 8360-1#wr mem | ||
| - | //test// | ||
| - | 8360-1#ping 192.168.99.2 vrf keepAlive | ||
| - | 8360-1#conf | ||
| - | 8360-1#vsx | ||
| - | 8360-1# | ||
| - | 8360-1# | ||
| - | 8360-1#role primary | ||
| - | 8360-1# | ||
| - | 8360-1#end | ||
| - | 8360-1#wr mem | ||
| - | 8360-1#sh vsx status | ||
| - | 8360-1#sh run | begin vsx | ||
| - | 8360-1#sh run vsx-sync | ||
| - | 8360-1#sh vsx brief | ||
| - | 8360-1#conf | ||
| - | 8360-1#vsx | ||
| - | 8360-1# | ||
| - | 8360-1#end | ||
| - | 8360-1#wr mem | ||
| - | 8360-1#sh vsx brief | ||
| - | 8360-1#sh vsx status config-sync | ||
| - | 8360-1#conf | ||
| - | 8360-1#vsx | ||
| - | 8360-1# | ||
| - | protect-global mac-lockout mclag-interfaces neighbor ospf qos-global route-map sflow-global snmp ssh stp-global | ||
| - | time vsx-global | ||
| - | 8360-1#end | ||
| - | 8360-1#wr mem | ||
| - | //Lag multi-chassis// | ||
| - | 8360-1# | ||
| - | 8360-1# | ||
| - | 8360-1# | ||
| - | 8360-1#no shut | ||
| - | 8360-1#vlan trunk allowed 10,20 | ||
| - | 8360-1#exit | ||
| - | 8360-1# | ||
| - | 8360-1#no shut | ||
| - | 8360-1#mtu 9100 | ||
| - | 8360-1# | ||
| - | 8360-1#lag 1 | ||
| - | 8360-1#end | ||
| - | 8360-1#wr mem | ||
| - | //VLAN 10 - VIP - 10.1.10.1// | ||
| - | //VLAN 20 - VIP - 10.1.20.1// | ||
| - | 8360-1#conf | ||
| - | 8360-1# | ||
| - | 8360-1# | ||
| - | 8360-1#ip mtu 9100 | ||
| - | 8360-1#ip address 10.1.10.2/ | ||
| - | 8360-1# | ||
| - | 8360-1# | ||
| - | 8360-1#no shut | ||
| - | 8360-1#exit | ||
| - | 8360-1# | ||
| - | 8360-1# | ||
| - | 8360-1#ip mtu 9100 | ||
| - | 8360-1#ip address 10.1.20.2/ | ||
| - | 8360-1# | ||
| - | 8360-1# | ||
| - | 8360-1#end | ||
| - | 8360-1#wr mem | ||
| - | 8360-1# | ||
| - | 8360-1# | ||
| - | |||
| - | **Enabling or disabling IGMP snooping** | ||
| - | |||
| - | switch(config)# | ||
| - | switch(config-vlan)# | ||
| - | switch(config-vlan)# | ||
| - | | ||
| - | **Enabling or disabling IGMP** | ||
| - | |||
| - | switch(config)# | ||
| - | switch(config-if-vlan)# | ||
| - | |||
| - | **ip igmp querier** | ||
| - | |||
| - | switch(config)# | ||
| - | switch(config)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | |||
| - | |||
| - | **[[https:// | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | IGMP snooping runs on a Layer 2 device as a multicast constraining mechanism to improve multicast forwarding efficiency. It creates Layer 2 multicast forwarding entries from IGMP packets that are exchanged between the hosts and the router. | ||
| - | |||
| - | When IGMP snooping is not enabled, the snooping switch floods multicast packets to all hosts in a VLAN. IGMP L2 snooping switch provides the benefit of conserving bandwidth on those segments of the network where no node has expressed interest in receiving packets addressed to the group address. When IGMP snooping is enabled, the L2 snooping switch forwards multicast packets of known multicast groups to only the receivers. | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | |||
| - | {{pdfjs 46em >: | ||
| - | |||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | access-list ip mygroup | ||
| - | 10 permit any any 239.1.1.1/ | ||
| - | access-list ip mygroup1 | ||
| - | 10 permit any any any | ||
| - | | ||
| - | | ||
| - | | ||
| - | vlan 1 | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 500 | ||
| - | name ServerVM | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 501 | ||
| - | name ServerStack | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 502 | ||
| - | name ISP1 | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 503 | ||
| - | name ISP2 | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 504 | ||
| - | name ISP3 | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 505 | ||
| - | name LAN-UTM | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 506 | ||
| - | name WIFI-AP | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 507 | ||
| - | name VIP | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 508 | ||
| - | name ST | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 509 | ||
| - | name Staff | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 510 | ||
| - | name Teacher | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 511 | ||
| - | name Students | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 512 | ||
| - | name Accounting | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 513 | ||
| - | name Printer | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 514 | ||
| - | name AC | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 515 | ||
| - | name iDRAC | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 516 | ||
| - | name KVM | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 517 | ||
| - | name Guest | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 518 | ||
| - | name VoIP | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 519 | ||
| - | name IoT | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 520 | ||
| - | name Cameras | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 521 | ||
| - | name VC | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 522 | ||
| - | name VPN | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 523 | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 524 | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | vlan 525 | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup | ||
| - | | ||
| - | | ||
| - | interface vlan 511 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 512 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 513 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 514 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 515 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 516 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 517 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 518 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 519 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 520 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 521 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 522 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 523 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 524 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | | ||
| - | interface vlan 525 | ||
| - | ip igmp enable | ||
| - | ip igmp version 2 | ||
| - | ip igmp querier | ||
| - | ip igmp querier interval 100 | ||
| - | | ||
| - | ip igmp query-max-response-time 30 | ||
| - | ip igmp robustness 5 | ||
| - | ip igmp last-member-query-interval 2 | ||
| - | ip igmp query-max-response-time 50 | ||
| - | ip igmp apply access-list mygroup1 | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | |||
| - | **DHCP relay** | ||
| - | |||
| - | DHCP relay is enabled by default. If it was previously disabled, enable it. | ||
| - | |||
| - | Switch A: | ||
| - | |||
| - | switch# | ||
| - | switch(config)# | ||
| - | switch(config)# | ||
| - | |||
| - | switch(config)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | |||
| - | Switch B: | ||
| - | |||
| - | switch# | ||
| - | switch(config)# | ||
| - | switch(config)# | ||
| - | |||
| - | switch(config)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | |||
| - | Other scenarios: | ||
| - | |||
| - | switch# | ||
| - | switch(config)# | ||
| - | switch(config)# | ||
| - | | ||
| - | switch(config)# | ||
| - | switch(config-if)# | ||
| - | switch(config-if)# | ||
| - | switch(config-if)# | ||
| - | switch(config-if)# | ||
| - | switch(config-if)# | ||
| - | |||
| - | |||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | |||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | ====== DHCP-SERVER ====== | ||
| - | |||
| - | |||
| - | **enabled the DHCPv4 server on VRF primary.** | ||
| - | |||
| - | Option1: | ||
| - | | ||
| - | | ||
| - | |||
| - | Option2: | ||
| - | switch(config)# | ||
| - | switch(config-dhcp-server)# | ||
| - | |||
| - | **Disables the DHCPv4 server on VRF primary.** | ||
| - | |||
| - | Option1: | ||
| - | switch(config)# | ||
| - | switch(config-dhcp-server)# | ||
| - | |||
| - | Option2: | ||
| - | switch(config)# | ||
| - | switch(config-dhcp-server)# | ||
| - | |||
| - | **show dhcp-server** | ||
| - | |||
| - | show dhcp-server [all-vrfs] | ||
| - | show dhcp-server leases {all-vrfs | vrf < | ||
| - | show dhcp-server pool < | ||
| - | |||
| - | ---- | ||
| - | |||
| - | |||
| - | dhcp-server vrf default | ||
| - | pool VLAN_523_10.28.196.0_23 | ||
| - | range 10.28.196.21 10.28.197.254 prefix-len 23 | ||
| - | default-router 10.28.196.1 | ||
| - | dns-server 45.90.28.15 45.90.30.15 8.8.8.8 8.8.4.4 | ||
| - | lease 00:00:30 | ||
| - | exit | ||
| - | pool VLAN_524_10.28.200.0_23 | ||
| - | range 10.28.200.21 10.28.201.254 prefix-len 23 | ||
| - | default-router 10.28.200.1 | ||
| - | dns-server 45.90.28.15 45.90.30.15 8.8.8.8 8.8.4.4 | ||
| - | lease 00:00:30 | ||
| - | exit | ||
| - | pool VLAN_525_10.28.204.0_23 | ||
| - | range 10.28.204.21 10.28.205.254 prefix-len 23 | ||
| - | default-router 10.28.204.1 | ||
| - | dns-server 45.90.28.15 45.90.30.15 8.8.8.8 8.8.4.4 | ||
| - | lease 00:00:30 | ||
| - | exit | ||
| - | enable | ||
| - | |||
| - | **When the DHCP-SERVER is local to the 6400 chassis, no relay is required for interfaces that require the service:** | ||
| - | |||
| - | |||
| - | interface vlan 523 | ||
| - | description Vlan 523 | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 10.28.196.2/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 10.28.196.1 | ||
| - | interface vlan 524 | ||
| - | description Vlan 524 | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 10.28.200.2/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 10.28.200.1 | ||
| - | interface vlan 525 | ||
| - | description Vlan 525 | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 10.28.204.2/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 10.28.204.1 | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | **Switch 8360-2** | ||
| - | ---- | ||
| - | |||
| - | 8360-2#conf | ||
| - | 8360-2# | ||
| - | 8360-2#int mgmt | ||
| - | 8360-2#ip static 10.1.1.11/ | ||
| - | 8360-2#no shut | ||
| - | 8360-2#end | ||
| - | 8360-2#wr mem | ||
| - | 8360-2#int lag 256 | ||
| - | 8360-2#no shut | ||
| - | 8360-2# | ||
| - | 8360-2#no routing | ||
| - | 8360-2#vlan trunk native 1 | ||
| - | 8360-2#vlan trunk allowed all | ||
| - | 8360-2#lacp mode active | ||
| - | 8360-2#exit | ||
| - | //over QSFP28 DAC X 2 // | ||
| - | 8360-2# | ||
| - | 8360-2#no shut | ||
| - | 8360-2#mtu 9198 | ||
| - | 8360-2# | ||
| - | 8360-2#lag 256 | ||
| - | 8360-2# | ||
| - | 8360-2#no shut | ||
| - | 8360-2#mtu 9198 | ||
| - | 8360-2# | ||
| - | 8360-2#lag 256 | ||
| - | 8360-2#exit | ||
| - | 8360-2#wr mem | ||
| - | 8360-2#sh interface lag 256 | ||
| - | 8360-2#sh lacp interfaces | ||
| - | //over SFP+ DAC// | ||
| - | 8360-2# | ||
| - | 8360-2#vrf keepAlive | ||
| - | 8360-2#exit | ||
| - | 8360-2# | ||
| - | 8360-2#no shut | ||
| - | 8360-2#vrf attach keepAlive | ||
| - | 8360-2# | ||
| - | 8360-2#ip address 192.168.99.2/ | ||
| - | 8360-2#end | ||
| - | 8360-2#wr mem | ||
| - | //test// | ||
| - | 8360-2#ping 192.168.99.1 vrf keepAlive | ||
| - | 8360-2# | ||
| - | 8360-2#vsx | ||
| - | 8360-2# | ||
| - | 8360-2#role secondary | ||
| - | 8360-2#end | ||
| - | 8360-2#wr mem | ||
| - | 8360-2#sh vsx status | ||
| - | 8360-2#sh run | begin vsx | ||
| - | 8360-2#sh vsx brief | ||
| - | 8360-2#conf | ||
| - | 8360-2#vsx | ||
| - | 8360-2# | ||
| - | 8360-2#end | ||
| - | 8360-2#wr mem | ||
| - | 8360-2#sh vsx brief | ||
| - | 8360-2#sh vsx status keepAlive | ||
| - | 8360-2#sh run | beg vsx | ||
| - | 8360-2#vlan 10,20 | ||
| - | 8360-2# | ||
| - | 8360-2#exit | ||
| - | 8360-2#wr mem | ||
| - | 8360-2#sh vlan | ||
| - | //Lag multi-chassis// | ||
| - | 8360-2#conf | ||
| - | 8360-2# | ||
| - | 8360-2#no shut | ||
| - | 8360-2#exit | ||
| - | 8360-2# | ||
| - | 8360-2#no shut | ||
| - | 8360-2#mtu 9100 | ||
| - | 8360-2# | ||
| - | 8360-2#lag 1 | ||
| - | 8360-2#end | ||
| - | 8360-2#wr mem | ||
| - | 8360-2#sh run int lag 1 | ||
| - | //VLAN 10 - VIP - 10.1.10.1// | ||
| - | //VLAN 20 - VIP - 10.1.20.1// | ||
| - | 8360-2#conf | ||
| - | 8360-2# | ||
| - | 8360-2#ip mtu 9100 | ||
| - | 8360-2#ip address 10.1.10.3/ | ||
| - | 8360-2#no shut | ||
| - | 8360-2#exit | ||
| - | 8360-2# | ||
| - | 8360-2#ip mtu 9100 | ||
| - | 8360-2#ip address 10.1.20.3/ | ||
| - | 8360-2#no shut | ||
| - | 8360-2#exit | ||
| - | 8360-2#end | ||
| - | 8360-2#wr mem | ||
| - | 8360-2#sh run int vlan 10 | ||
| - | 8360-2#sh vsx status | ||
| - | 8360-2#sh vsx brief | ||
| - | |||
| - | **Enabling or disabling IGMP snooping** | ||
| - | |||
| - | switch(config)# | ||
| - | switch(config-vlan)# | ||
| - | switch(config-vlan)# | ||
| - | | ||
| - | **Enabling or disabling IGMP** | ||
| - | |||
| - | switch(config)# | ||
| - | switch(config-if-vlan)# | ||
| - | |||
| - | **ip igmp querier** | ||
| - | |||
| - | switch(config)# | ||
| - | switch(config)# | ||
| - | switch(config-if-vlan)# | ||
| - | switch(config-if-vlan)# | ||
| - | |||
| - | |||
| - | ---- | ||
| - | **VSF** | ||
| - | ---- | ||
| - | ---- | ||
| - | **Switch 6200-1** | ||
| - | ---- | ||
| - | |||
| - | 6200-1#conf | ||
| - | 6200-1# | ||
| - | 6200-1#int mgmt | ||
| - | 6200-1#ip static 10.1.1.21/ | ||
| - | 6200-1#no shut | ||
| - | 6200-1#end | ||
| - | 6200-1#wr mem | ||
| - | 6200-1#conf | ||
| - | 6200-1#vsf member 1 | ||
| - | 6200-1#link 1 1/1/27 | ||
| - | 6200-1#link 2 1/1/28 | ||
| - | 6200-1#exit | ||
| - | 6200-1#vsf secondary-member 2 | ||
| - | this will save the configuration and reboot the specified switch. | ||
| - | Do you want to continue (y/n)? y | ||
| - | 6200-1#end | ||
| - | 6200-1#wr mem | ||
| - | 6200-1#conf | ||
| - | 6200-1#vlan 10,20 | ||
| - | 6200-1#no shut | ||
| - | 6200-1#exit | ||
| - | 6200-1# | ||
| - | 6200-1# | ||
| - | 6200-1# | ||
| - | 6200-1#no shut | ||
| - | 6200-1#vlan trunk allowed 10,20 | ||
| - | 6200-1# | ||
| - | 6200-1#lacp mode active | ||
| - | 6200-1#exit | ||
| - | 6200-1# | ||
| - | 6200-1#no shut | ||
| - | 6200-1#mtu 9100 | ||
| - | 6200-1#lag 1 | ||
| - | 6200-1#exit | ||
| - | 6200-1#int 1/1/1 | ||
| - | 6200-1#no shut | ||
| - | 6200-1#vlan access 10 | ||
| - | 6200-1#end | ||
| - | 6200-1#wr mem | ||
| - | //SFP+ DAC (ARUBAOS)// | ||
| - | 6200-1#sh lacp interfaces multi-chassis | ||
| - | 6200-1# | ||
| - | |||
| - | |||
| - | 6200-1# show lacp interfaces | ||
| - | State abbreviations : | ||
| - | A - Active | ||
| - | S - Short-timeout L - Long-timeout N - InSync | ||
| - | C - Collecting | ||
| - | X - State m/c expired | ||
| - | |||
| - | Actor details of all interfaces: | ||
| - | ---------------------------------------------------------------------------------- | ||
| - | Intf | ||
| - | | ||
| - | ---------------------------------------------------------------------------------- | ||
| - | 1/ | ||
| - | 2/ | ||
| - | |||
| - | Partner details of all interfaces: | ||
| - | ---------------------------------------------------------------------------------- | ||
| - | Intf | ||
| - | | ||
| - | ---------------------------------------------------------------------------------- | ||
| - | 1/ | ||
| - | 2/ | ||
| - | |||
| - | |||
| - | ---- | ||
| - | **Switch 6200-2** | ||
| - | ---- | ||
| - | |||
| - | 6200-2#conf | ||
| - | 6200-2# | ||
| - | 6200-2#int mgmt | ||
| - | 6200-2#ip static 10.1.1.22/ | ||
| - | 6200-2#no shut | ||
| - | 6200-2#end | ||
| - | 6200-2#wr mem | ||
| - | 6200-2#conf | ||
| - | 6200-2#vsf member 1 | ||
| - | 6200-2#link 1 1/1/27 | ||
| - | 6200-2#link 2 1/1/28 | ||
| - | 6200-2#end | ||
| - | 6200-2#conf | ||
| - | 6200-2#vsf renumber-to 2 | ||
| - | this will save the VSF configuration and reboot the switch. | ||
| - | Do you want to continue (y/n)? y | ||
| - | 6200-2#end | ||
| - | 6200-2#wr mem | ||
| - | |||
| - | ---- | ||
| - | **Verification setting** | ||
| - | ---- | ||
| - | |||
| - | 6200-1#sh vsf | ||
| - | 6200-1#sh vsf link | ||
| - | 6200-1#sh vsf topology | ||
| - | 6200-1# | ||
| - | 6200-1# | ||
| - | |||
| - | |||
| - | 6200-1# show vsf | ||
| - | Force Autojoin | ||
| - | Autojoin Eligibility Status: Not Eligible | ||
| - | MAC Address | ||
| - | Secondary | ||
| - | Topology | ||
| - | Status | ||
| - | Split Detection Method | ||
| - | Mbr Mac Address | ||
| - | ID | ||
| - | --- ------------------- -------------- --------------- | ||
| - | 1 | ||
| - | 2 | ||
| - | |||
| - | |||
| - | 6200-1# show vsf link | ||
| - | VSF Member 1 | ||
| - | | ||
| - | Link State Member | ||
| - | ---- ---------- ------- ------ --------------------------- | ||
| - | 1 up | ||
| - | 2 up | ||
| - | VSF Member 2 | ||
| - | | ||
| - | Link State Member | ||
| - | ---- ---------- ------- ------ --------------------------- | ||
| - | 1 up | ||
| - | 2 up | ||
| - | |||
| - | 6200-1# sh vsf topology | ||
| - | | ||
| - | | ||
| - | | ||
| - | | ||
| - | | ||
| - | | ||
| - | |||
| - | 6200-1# show vlan 1 | ||
| - | ------------------------------------------------------------------------------------------------------------------ | ||
| - | VLAN Name Status | ||
| - | ------------------------------------------------------------------------------------------------------------------ | ||
| - | 1 | ||
| - | 2/ | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | ====== VSF best practices for Aruba CX 6300 switch series ====== | ||
| - | |||
| - | |||
| - | {{ : | ||
| - | |||
| - | {{pdfjs 46em >: | ||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | **[[https:// | ||
| - | ---- | ||
| - | ---- | ||
| - | **[[https:// | ||
| - | |||
| - | This option is a subset of full certificate authentication of the client public-key authentication shown in Client public-key authentication (login/ | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | How do I disable VSF on 2930F switch? | ||
| - | |||
| - | vsf disable | ||
| - | vsf member < | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | |||
| - | **Switch 6300 example code** | ||
| - | |||
| - | | ||
| - | | ||
| - | Current configuration: | ||
| - | ! | ||
| - | !Version ArubaOS-CX FL.10.10.1070 | ||
| - | !export-password: | ||
| - | banner motd ! | ||
| - | | ||
| - | This computing system is a St. Francis School owned asset and provided for the exclusive use of authorized personnel for technical purposes. | ||
| - | All information and data created, accessed, processed, or stored using this system (including personal information) are subject to monitoring, auditing, or review to the extent permitted by applicable law. | ||
| - | | ||
| - | Unauthorized use or abuse of this system may lead to corrective action including termination of employment, civil and/or criminal penalties. | ||
| - | | ||
| - | ! | ||
| - | banner exec ! | ||
| - | This computing system is a St. Francis School owned asset and provided for the exclusive use of authorized personnel for technical purposes. | ||
| - | All information and data created, accessed, processed, or stored using this system (including personal information) are subject to monitoring, auditing, or review to the extent permitted by applicable law. | ||
| - | | ||
| - | Unauthorized use or abuse of this system may lead to corrective action including termination of employment, civil and/or criminal penalties. | ||
| - | | ||
| - | ! | ||
| - | user admin group administrators password ciphertext AQBapbpjjaGqvjsW372p3ay3Qy23SBZqdgORp3dt7dBgFq/ | ||
| - | user manager group administrators password ciphertext AQBapYDzadb2pSm6IB5urLSMywx+5PxeWV7VEeQ6EnfoGzqGYgAAAOd/ | ||
| - | loop-protect re-enable-timer 30 | ||
| - | loop-protect trap loop-detected | ||
| - | |||
| - | ntp server pool.ntp.org minpoll 4 maxpoll 4 iburst | ||
| - | ntp server time.google.com | ||
| - | ntp enable | ||
| - | ! | ||
| - | ! | ||
| - | ! | ||
| - | ! | ||
| - | ! | ||
| - | ! | ||
| - | ssh server vrf default | ||
| - | ssh server vrf mgmt | ||
| - | vsf secondary-member 2 | ||
| - | vsf member 1 | ||
| - | type jl658a | ||
| - | link 1 1/1/25 | ||
| - | link 2 1/1/26 | ||
| - | vsf member 2 | ||
| - | type jl658a | ||
| - | link 1 2/1/25 | ||
| - | link 2 2/1/26 | ||
| - | vlan 1 | ||
| - | ip igmp snooping enable | ||
| - | vlan 500 | ||
| - | name ServerVM | ||
| - | ip igmp snooping enable | ||
| - | vlan 501 | ||
| - | name ServerStack | ||
| - | ip igmp snooping enable | ||
| - | vlan 502 | ||
| - | name ISP1 | ||
| - | ip igmp snooping enable | ||
| - | vlan 503 | ||
| - | name ISP2 | ||
| - | ip igmp snooping enable | ||
| - | vlan 504 | ||
| - | name ISP3 | ||
| - | ip igmp snooping enable | ||
| - | vlan 505 | ||
| - | name LAN-UTM | ||
| - | ip igmp snooping enable | ||
| - | vlan 506 | ||
| - | name WIFI-AP | ||
| - | ip igmp snooping enable | ||
| - | vlan 507 | ||
| - | name VIP | ||
| - | ip igmp snooping enable | ||
| - | vlan 508 | ||
| - | name ST | ||
| - | ip igmp snooping enable | ||
| - | vlan 509 | ||
| - | name Staff | ||
| - | ip igmp snooping enable | ||
| - | vlan 510 | ||
| - | name Teacher | ||
| - | ip igmp snooping enable | ||
| - | vlan 511 | ||
| - | name Students | ||
| - | ip igmp snooping enable | ||
| - | vlan 512 | ||
| - | name Accounting | ||
| - | ip igmp snooping enable | ||
| - | vlan 513 | ||
| - | name Printer | ||
| - | ip igmp snooping enable | ||
| - | vlan 514 | ||
| - | name AC | ||
| - | ip igmp snooping enable | ||
| - | vlan 515 | ||
| - | name iDRAC | ||
| - | ip igmp snooping enable | ||
| - | vlan 516 | ||
| - | name KVM | ||
| - | ip igmp snooping enable | ||
| - | vlan 517 | ||
| - | name Guest | ||
| - | ip igmp snooping enable | ||
| - | vlan 518 | ||
| - | name VoIP | ||
| - | ip igmp snooping enable | ||
| - | vlan 519 | ||
| - | name IoT | ||
| - | ip igmp snooping enable | ||
| - | vlan 520 | ||
| - | name Cameras | ||
| - | ip igmp snooping enable | ||
| - | vlan 521 | ||
| - | name VC | ||
| - | ip igmp snooping enable | ||
| - | vlan 522 | ||
| - | name VPN | ||
| - | ip igmp snooping enable | ||
| - | vlan 523 | ||
| - | ip igmp snooping enable | ||
| - | vlan 524 | ||
| - | ip igmp snooping enable | ||
| - | vlan 525 | ||
| - | ip igmp snooping enable | ||
| - | spanning-tree mode rpvst | ||
| - | no spanning-tree | ||
| - | spanning-tree priority 5 | ||
| - | spanning-tree vlan 1,500-525 | ||
| - | spanning-tree vlan 1 priority 5 | ||
| - | spanning-tree vlan 500 priority 5 | ||
| - | spanning-tree vlan 501 priority 5 | ||
| - | spanning-tree vlan 502 priority 5 | ||
| - | spanning-tree vlan 503 priority 5 | ||
| - | spanning-tree vlan 504 priority 5 | ||
| - | spanning-tree vlan 505 priority 5 | ||
| - | spanning-tree vlan 506 priority 5 | ||
| - | spanning-tree vlan 507 priority 5 | ||
| - | spanning-tree vlan 508 priority 5 | ||
| - | spanning-tree vlan 509 priority 5 | ||
| - | spanning-tree vlan 510 priority 5 | ||
| - | spanning-tree vlan 511 priority 5 | ||
| - | spanning-tree vlan 512 priority 5 | ||
| - | spanning-tree vlan 513 priority 5 | ||
| - | spanning-tree vlan 514 priority 5 | ||
| - | spanning-tree vlan 515 priority 5 | ||
| - | spanning-tree vlan 516 priority 5 | ||
| - | spanning-tree vlan 517 priority 5 | ||
| - | spanning-tree vlan 518 priority 5 | ||
| - | spanning-tree vlan 519 priority 5 | ||
| - | spanning-tree vlan 520 priority 5 | ||
| - | spanning-tree vlan 521 priority 5 | ||
| - | spanning-tree vlan 522 priority 5 | ||
| - | spanning-tree vlan 523 priority 5 | ||
| - | spanning-tree vlan 524 priority 5 | ||
| - | spanning-tree vlan 525 priority 5 | ||
| - | interface mgmt | ||
| - | no shutdown | ||
| - | ip static 192.168.150.23/ | ||
| - | interface lag 1 | ||
| - | description Access LAG-1 to MDF-1 - 6400 IP: 172.16.28.1 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan trunk native 1 | ||
| - | vlan trunk allowed all | ||
| - | lacp mode active | ||
| - | loop-protect | ||
| - | interface 1/1/1 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/2 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/3 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/4 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/5 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/6 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/7 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/8 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/9 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/10 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/11 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/ | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/13 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/14 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/15 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/16 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/17 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/18 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/19 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/20 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/21 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/22 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/23 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/24 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/25 | ||
| - | no shutdown | ||
| - | interface 1/1/26 | ||
| - | no shutdown | ||
| - | interface 1/1/27 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 1/1/28 | ||
| - | description Access LAG-1 to MDF-1 - 6400 IP: 172.16.28.1 | ||
| - | no shutdown | ||
| - | mtu 9100 | ||
| - | lag 1 | ||
| - | interface 2/1/1 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/2 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/3 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/4 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/5 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/6 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/7 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/8 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/9 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/10 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/11 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/12 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/13 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/14 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/15 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/16 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/17 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/18 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/19 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/20 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/21 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/22 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/23 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/24 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/25 | ||
| - | no shutdown | ||
| - | interface 2/1/26 | ||
| - | no shutdown | ||
| - | interface 2/1/27 | ||
| - | no shutdown | ||
| - | no routing | ||
| - | vlan access 1 | ||
| - | interface 2/1/28 | ||
| - | description Access LAG-1 to MDF-1 - 6400 IP: 172.16.28.1 | ||
| - | no shutdown | ||
| - | mtu 9100 | ||
| - | lag 1 | ||
| - | interface vlan 1 | ||
| - | ip address 172.16.28.21/ | ||
| - | no ip dhcp | ||
| - | ip route 0.0.0.0/0 172.16.28.1 | ||
| - | ! | ||
| - | ! | ||
| - | ! | ||
| - | ! | ||
| - | ! | ||
| - | https-server vrf default | ||
| - | https-server vrf mgmt | ||
| - | |||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | {{pdfjs 46em >: | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | **[[networking: | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | [[https:// | ||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | **[[networking: | ||
| - | ---- | ||
| - | ---- | ||
| - | **[[https:// | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | **[[https:// | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | **Redundancy with opnsense UTM** | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | **[[networking: | ||
| - | ---- | ||
| - | ---- | ||
| - | **[[networking: | ||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | **[[cybersecurity: | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | **[[dell: | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | ====== show inventory ====== | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | #show inventory | ||
| - | |||
| - | **Description: | ||
| - | **Example: | ||
| - | |||
| - | (host) [mynode] #show inventory | ||
| - | |||
| - | Mgmt Port HW MAC Addr : 00: | ||
| - | HW MAC Addr : 00: | ||
| - | System Serial# | ||
| - | Activate license | ||
| - | Supported device type : MM | ||
| - | Active device type : MM | ||
| - | |||
| - | **(host-md) #show inventory** | ||
| - | |||
| - | Supervisor Card slot : 0 | ||
| - | System Serial# | ||
| - | CPU Card Serial# | ||
| - | CPU Card Assembly# | ||
| - | CPU Card Revision | ||
| - | Interface Card Serial# | ||
| - | Interface Card Assembly# | ||
| - | Interface Card Revision | ||
| - | SC Model# | ||
| - | HW MAC Addr : 00: | ||
| - | CPLD Version | ||
| - | Power Supply 0 : Present | ||
| - | Power Supply 1 : Present | ||
| - | : 12V OK : Yes | ||
| - | : Fan OK : Yes | ||
| - | : Aruba Model No : 2510057 | ||
| - | : Vendor & Model No : QCS DCJ3501-01P | ||
| - | : Serial No : QCS142320YU | ||
| - | : MFG Date : 6/5/14 | ||
| - | : Output 1 Config | ||
| - | : Input Min : 90V AC | ||
| - | : Input Max : 264V AC | ||
| - | Main Board Temperatures | ||
| - | : U24 - Local Temp 30 C (shadow of XLP heatsink) | ||
| - | : Q1 - Remote 1 Temp 34 C (shadow of VRM, VDD_CPU) | ||
| - | : Q2 - Remote 2 Temp 33 C (shadow of VRM, VDD_SOC) | ||
| - | : U44 - Local Temp 25 C (shadow of DPI connector) | ||
| - | : U29 - Remote 1 Temp 31 C (XLP die temperature) | ||
| - | : Q36 - Remote 2 Temp 28 C (shadow of 98X1422) | ||
| - | : J2 - DDR A Temp 24 C (DDR3 A temp) | ||
| - | : J4 - DDR B Temp 26 C (DDR3 B temp) | ||
| - | : J1 - DDR C Temp 25 C (DDR3 C temp) | ||
| - | : J3 - DDR D Temp 27 C (DDR3 D temp) | ||
| - | : Port 0 Temp 148 C (1G PHY temp) | ||
| - | : Port 1 Temp 148 C (1G PHY temp) | ||
| - | Interface Board Temperatures | ||
| - | : U21 - Local Temp 27 C (shadow of port 1 RJ45) | ||
| - | : Q4 - Remote 1 Temp 28 C (shadow of 88E1543) | ||
| - | : Q3 - Remote 2 Temp 34 C (shadow of 88X2140) | ||
| - | Fan 0 : 8916 rpm (5.495 V),Speed Low | ||
| - | Fan 1 : 9029 rpm (5.495 V),Speed Low | ||
| - | Fan 2 : 9029 rpm (5.450 V),Speed Low | ||
| - | Fan 3 : 8998 rpm (5.630 V),Speed Low | ||
| - | Main Board Voltages | ||
| - | ispPAC_POWR1014A_A | ||
| - | : 1V2 1.20V sense 1.232 V | ||
| - | : VDD SOC 0.937V sense 0.918 V | ||
| - | : VCC IOBD 1V5 1.50V sense 1.528 V | ||
| - | : DDR3BD_VTT | ||
| - | : VCC 1A 1.00V sense 1.024 V | ||
| - | : IV8_DIGITAL | ||
| - | : 3V3_MAIN | ||
| - | : VCC1 1.00V sense 1.018 V | ||
| - | : VCC25 2.50V sense 2.556 V | ||
| - | : 3V3 SB 3.30V sense 3.360 V | ||
| - | ispPAC_POWR1014A_B | ||
| - | : VDD 0.806V sense 0.786 V | ||
| - | : VCC IOAC 1V5 1.50V sense 1.528 V | ||
| - | : DDR3AC_VTT | ||
| - | : VDD_SRAM | ||
| - | : VCC1B 1.00V sense 1.030 V | ||
| - | : 1V8_ANALOG | ||
| - | : 1V8 1.80V sense 1.866 V | ||
| - | : VDDIO12_XAUI | ||
| - | : 5V 5.00V sense 5.016 V | ||
| - | Interface Board Voltages | ||
| - | ispPAC_POWR6AT6 | ||
| - | : VCC33 3.30V sense 3.366 V | ||
| - | : VCC 18 1.80V sense 1.856 V | ||
| - | : VCC1 1.00V sense 1.026 V | ||
| - | : VCC12 1.20V sense 1.224 V | ||
| - | : VCC12-DVDD | ||
| - | : VCC9 0.90V sense 0.928 V | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | ====== show system ====== | ||
| - | |||
| - | |||
| - | 6300# show system | ||
| - | Hostname | ||
| - | System Description : FL.10.10.1070 | ||
| - | System Contact | ||
| - | System Location | ||
| - | Vendor | ||
| - | Product Name : JL659A 6300M 48SR5 CL6 PoE 4SFP56 Swch | ||
| - | Chassis Serial Nbr : SG30KMY0ZP | ||
| - | Base MAC Address | ||
| - | ArubaOS-CX Version : FL.10.10.1070 | ||
| - | Time Zone : UTC | ||
| - | Up Time : 5 days, 7 hours, 59 minutes | ||
| - | CPU Util (%) : 22 | ||
| - | Memory Usage (%) : 25 | ||
| - | 6300# | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | ====== 6300 Switch LAG errror: | ||
| - | |||
| - | |||
| - | **State information : Disabled by LACP or LAG** | ||
| - | |||
| - | 6400-SWITCH# | ||
| - | System-ID | ||
| - | System-priority : 65534 | ||
| - | | ||
| - | Aggregate lag1 is down | ||
| - | Admin state is up | ||
| - | State information : Disabled by LACP or LAG | ||
| - | Description : Access VSX LAG-1 to IDF-1 - 6300-24-PORT-SFP+ - IP: 172.16.28.21 | ||
| - | Type : multi-chassis | ||
| - | Lacp Fallback | ||
| - | MAC Address | ||
| - | Aggregated-interfaces | ||
| - | Aggregation-key | ||
| - | Aggregate mode : active | ||
| - | Hash : l3-src-dst | ||
| - | LACP rate : slow | ||
| - | Speed : 0 Mb/s | ||
| - | Mode : trunk | ||
| - | |||
| - | |||
| - | Aggregate lag1 is down | ||
| - | Admin state is up | ||
| - | State information : Disabled by aggregation | ||
| - | Description : | ||
| - | MAC Address | ||
| - | Aggregated-interfaces | ||
| - | Aggregation-key | ||
| - | Aggregate mode : active | ||
| - | Speed : 0 Mb/s | ||
| - | qos trust dscp | ||
| - | VLAN Mode: native-untagged | ||
| - | Native VLAN: 1 | ||
| - | Allowed VLAN List: all | ||
| - | L3 Counters: Rx Disabled, Tx Disabled | ||
| - | |||
| - | Note: Usually when we see lacp_block on an interface in a LAG group, it is because the interface isn't receiving | ||
| - | LACP BPDUs from the link partner. | ||
| - | are getting dropped due to link specific issues. | ||
| - | BPDUs, a static LAG group assignment of ports should work and probably worth trying. | ||
| - | |||
| - | |||
| - | **Some commands for support:** | ||
| - | |||
| - | - **show interface brief** | ||
| - | - **show lag brief** | ||
| - | - **show lacp interfaces** | ||
| - | - **show lacp aggregates** | ||
| - | - **show lacp interface 1/1/3** | ||
| - | - **show lacp interface 1/1/4** | ||
| - | - **show lldp neighbor-info** | ||
| - | |||
| - | 6300(config-lag-if)# | ||
| - | |||
| - | LLDP Neighbor Information | ||
| - | ========================= | ||
| - | | ||
| - | Total Neighbor Entries | ||
| - | Total Neighbor Entries Deleted | ||
| - | Total Neighbor Entries Dropped | ||
| - | Total Neighbor Entries Aged-Out : 3 | ||
| - | |||
| - | LOCAL-PORT | ||
| - | ----------------------------------------------------------------------------------------------------------- | ||
| - | 1/ | ||
| - | 2/ | ||
| - | |||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | **BGP** | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | |||
| - | To prevent the above from happening, IANA is in control of the AS numbers (similar to public IP addresses). If you want an AS number for the Internet then you’ll have to request one. They started with 16-bit AS numbers (also called 2-octet AS numbers) that were assigned like this: | ||
| - | |||
| - | * **0**: reserved. | ||
| - | * **1-64.495**: | ||
| - | * **64.496 – 64.511** – reserved to use in documentation. | ||
| - | * **64.512 – 65.534** – private AS numbers. | ||
| - | * **65.535** – reserved. | ||
| - | |||
| - | |||
| - | **OSPF** | ||
| - | |||
| - | **[[https:// | ||
| - | |||
| - | |||
| - | |||
| - | ---- | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | |||
| - | ---- | ||
| - | |||
| - | ================ | ||
| - | **SIDE-A 6400-A** | ||
| - | ================ | ||
| - | |||
| - | Example set vlan L2 to both SW 6400 A and B: | ||
| - | | ||
| - | vlan 508 | ||
| - | name ST | ||
| - | vsx-sync | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup1 | ||
| - | |||
| - | |||
| - | vsx | ||
| - | system-mac 02: | ||
| - | inter-switch-link lag 256 | ||
| - | role primary | ||
| - | keepalive peer 192.168.100.2 source 192.168.100.1 vrf keepAlive | ||
| - | vsx-sync aaa acl-log-timer bfd-global bgp copp-policy dhcp-relay dhcp-server dns icmp-tcp lldp loop-protect- | ||
| - | global mac-lockout mclag-interfaces ospf qos-global route-map sflow-global snmp ssh stp-global time vsx-global | ||
| - | | ||
| - | ip route 0.0.0.0/0 172.16.32.4 | ||
| - | | ||
| - | router ospf 1 | ||
| - | router-id 172.22.0.1 | ||
| - | max-metric router-lsa on-startup | ||
| - | passive-interface default | ||
| - | graceful-restart restart-interval 300 | ||
| - | trap-enable | ||
| - | area 0.0.0.0 | ||
| - | | ||
| - | interface loopback 0 | ||
| - | ip address 172.22.0.1/ | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | vlan 531 | ||
| - | name NORTH-OSPF | ||
| - | vsx-sync | ||
| - | description TRANSIT VLAN | ||
| - | | ||
| - | interface vlan 508 | ||
| - | description Vlan 508 ST | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 10.28.72.2/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 10.28.72.1 | ||
| - | ip helper-address 10.28.64.22 | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 514 | ||
| - | description Vlan 514 AC | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 172.16.40.2/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 172.16.40.1 | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 530 | ||
| - | description Vlan 530 | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 10.28.216.2/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 10.28.216.1 | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 531 | ||
| - | description TRANSIT VLAN | ||
| - | vsx active-forwarding | ||
| - | ip address 172.18.0.5/ | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | no ip ospf passive | ||
| - | ip ospf cost 50 | ||
| - | ip ospf network point-to-point | ||
| - | | ||
| - | interface vlan 1019 | ||
| - | description Vlan 1019 PtP | ||
| - | vsx active-forwarding | ||
| - | ip address 172.18.0.1/ | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | no ip ospf passive | ||
| - | ip ospf cost 10 | ||
| - | ip ospf network point-to-point | ||
| - | |||
| - | |||
| - | ================ | ||
| - | **SIDE-A 6400-B** | ||
| - | ================ | ||
| - | |||
| - | vsx | ||
| - | system-mac 02: | ||
| - | inter-switch-link lag 256 | ||
| - | role secondary | ||
| - | keepalive peer 192.168.100.1 source 192.168.100.2 vrf keepAlive | ||
| - | vsx-sync aaa acl-log-timer bfd-global bgp copp-policy dhcp-relay dhcp-server dns icmp-tcp lldp loop-protect- | ||
| - | global mac-lockout mclag-interfaces ospf qos-global route-map sflow-global snmp ssh stp-global time vsx-global | ||
| - | | ||
| - | ip route 0.0.0.0/0 172.16.32.4 | ||
| - | |||
| - | | ||
| - | router-id 172.22.0.2 | ||
| - | max-metric router-lsa on-startup | ||
| - | passive-interface default | ||
| - | graceful-restart restart-interval 300 | ||
| - | trap-enable | ||
| - | area 0.0.0.0 | ||
| - | | ||
| - | interface loopback 0 | ||
| - | ip address 172.22.0.2/ | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | vlan 531 | ||
| - | name NORTH-OSPF | ||
| - | vsx-sync | ||
| - | description TRANSIT VLAN | ||
| - | | ||
| - | interface vlan 508 | ||
| - | description Vlan 508 ST | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 10.28.72.3/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 10.28.72.1 | ||
| - | ip helper-address 10.28.64.22 | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 514 | ||
| - | description Vlan 514 AC | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 172.16.40.3/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 172.16.40.1 | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 530 | ||
| - | description Vlan 530 | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 10.28.216.3/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 10.28.216.1 | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 531 | ||
| - | description TRANSIT VLAN | ||
| - | vsx active-forwarding | ||
| - | ip address 172.18.0.6/ | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | no ip ospf passive | ||
| - | ip ospf cost 50 | ||
| - | ip ospf network point-to-point | ||
| - | | ||
| - | interface vlan 1019 | ||
| - | description Vlan 1019 PtP | ||
| - | vsx active-forwarding | ||
| - | ip address 172.18.0.14/ | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | no ip ospf passive | ||
| - | ip ospf cost 10 | ||
| - | |||
| - | ================ | ||
| - | **SIDE-B 6400-A** | ||
| - | ================ | ||
| - | |||
| - | Example set vlan L2 to both SW 6400 A and B: | ||
| - | |||
| - | vlan 708 | ||
| - | name ST | ||
| - | vsx-sync | ||
| - | ip igmp snooping enable | ||
| - | ip igmp snooping version 2 | ||
| - | ip igmp snooping apply access-list mygroup1 | ||
| - | |||
| - | |||
| - | vsx | ||
| - | system-mac 02: | ||
| - | inter-switch-link lag 256 | ||
| - | role primary | ||
| - | keepalive peer 192.168.102.2 source 192.168.102.1 vrf keepAlive | ||
| - | vsx-sync aaa acl-log-timer bfd-global bgp copp-policy dhcp-relay dhcp-server dns icmp-tcp lldp loop-protect- | ||
| - | global mac-lockout mclag-interfaces ospf qos-global route-map sflow-global snmp ssh stp-global time vsx-global | ||
| - | | ||
| - | ip route 0.0.0.0/0 172.20.32.4 | ||
| - | | ||
| - | router ospf 1 | ||
| - | router-id 172.22.0.3 | ||
| - | max-metric router-lsa on-startup | ||
| - | passive-interface default | ||
| - | graceful-restart restart-interval 300 | ||
| - | trap-enable | ||
| - | area 0.0.0.0 | ||
| - | | ||
| - | vlan 731 | ||
| - | name SOUTH-OSPF | ||
| - | vsx-sync | ||
| - | description TRANSIT VLAN | ||
| - | | ||
| - | interface loopback 0 | ||
| - | ip address 172.22.0.3/ | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 708 | ||
| - | description Vlan 708 ST | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 10.56.72.2/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 10.56.72.1 | ||
| - | ip helper-address 10.56.64.22 | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 714 | ||
| - | description Vlan 714 AC | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 172.20.40.2/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 172.20.40.1 | ||
| - | ip helper-address 10.56.64.22 | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 730 | ||
| - | description VLAN 730 9K | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 10.56.216.2/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 10.56.216.1 | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 731 | ||
| - | description TRANSIT VLAN | ||
| - | vsx active-forwarding | ||
| - | ip address 172.18.0.9/ | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | no ip ospf passive | ||
| - | ip ospf cost 50 | ||
| - | ip ospf network point-to-point | ||
| - | | ||
| - | interface vlan 1019 | ||
| - | description Vlan 1019 PtP | ||
| - | vsx active-forwarding | ||
| - | ip address 172.18.0.2/ | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | no ip ospf passive | ||
| - | ip ospf cost 10 | ||
| - | ip ospf network point-to-point | ||
| - | | ||
| - | ================ | ||
| - | **SIDE-B 6400-B** | ||
| - | ================ | ||
| - | |||
| - | |||
| - | vsx | ||
| - | system-mac 02: | ||
| - | inter-switch-link lag 256 | ||
| - | role secondary | ||
| - | keepalive peer 192.168.102.1 source 192.168.102.2 vrf keepAlive | ||
| - | vsx-sync aaa acl-log-timer bfd-global bgp copp-policy dhcp-relay dhcp-server dns icmp-tcp lldp loop-protect- | ||
| - | global mac-lockout mclag-interfaces ospf qos-global route-map sflow-global snmp ssh stp-global time vsx-global | ||
| - | | ||
| - | ip route 0.0.0.0/0 172.20.32.4 | ||
| - | | ||
| - | vlan 731 | ||
| - | name SOUTH-OSPF | ||
| - | vsx-sync | ||
| - | description TRANSIT VLAN | ||
| - | | ||
| - | router ospf 1 | ||
| - | router-id 172.22.0.4 | ||
| - | max-metric router-lsa on-startup | ||
| - | passive-interface default | ||
| - | graceful-restart restart-interval 300 | ||
| - | trap-enable | ||
| - | area 0.0.0.0 | ||
| - | | ||
| - | interface loopback 0 | ||
| - | ip address 172.22.0.4/ | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 708 | ||
| - | description Vlan 708 ST | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 10.56.72.3/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 10.56.72.1 | ||
| - | ip helper-address 10.56.64.22 | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | |||
| - | interface vlan 714 | ||
| - | description Vlan 714 AC | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 172.20.40.3/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 172.20.40.1 | ||
| - | ip helper-address 10.56.64.22 | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 730 | ||
| - | description VLAN 730 9K | ||
| - | vsx-sync active-gateways | ||
| - | ip mtu 9100 | ||
| - | ip address 10.56.216.3/ | ||
| - | active-gateway ip mac 12: | ||
| - | active-gateway ip 10.56.216.1 | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | | ||
| - | interface vlan 731 | ||
| - | description TRANSIT VLAN | ||
| - | vsx active-forwarding | ||
| - | ip address 172.18.0.10/ | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | no ip ospf passive | ||
| - | ip ospf cost 50 | ||
| - | ip ospf network point-to-point | ||
| - | | ||
| - | interface vlan 1019 | ||
| - | description Vlan 1019 PtP | ||
| - | vsx active-forwarding | ||
| - | ip address 172.18.0.13/ | ||
| - | ip ospf 1 area 0.0.0.0 | ||
| - | no ip ospf passive | ||
| - | ip ospf cost 10 | ||
| - | ip ospf network point-to-point | ||
| - | |||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | **OSPF Troubleshooting** | ||
| - | |||
| - | |||
| - | **{{ : | ||
| - | |||
| - | {{pdfjs 46em >: | ||
| - | |||
| - | |||
| - | |||
| - | {{ youtube> | ||
| - | |||
| - | |||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | **FEC** on an SFP port refers to **Forward Error Correction (FEC)**, which is a technique used in fiber optic and Ethernet networks to enhance data transmission reliability by detecting and correcting errors without the need for retransmission. | ||
| - | |||
| - | **FEC (Forward Error Correction)**: | ||
| - | FEC is a mechanism that adds redundant information to the transmitted data. This redundancy allows the receiving end to detect and correct errors caused by signal degradation or noise during transmission. | ||
| - | |||
| - | Purpose: FEC is essential for high-speed data links (e.g., 10G, 25G, 40G, 100G Ethernet) to improve link quality and performance. | ||
| - | |||
| - | Types: Different FEC modes can be used depending on the standard and speed of the connection (e.g., Reed-Solomon FEC). | ||
| - | |||
| - | |||
| - | * | ||
| - | * | ||
| - | * | ||
| - | * | ||
| - | |||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | |||
| - | **Benefits of FEC on SFP Ports**: | ||
| - | |||
| - | * Error Correction: FEC can correct errors due to signal attenuation or interference. | ||
| - | * Better Link Performance: | ||
| - | * No Retransmissions: | ||
| - | |||
| - | ---- | ||
| - | |||
| - | **Aruba Switch 6400:** | ||
| - | |||
| - | |||
| - | CS-2P-MDFHA-A# | ||
| - | ----------------------------------------------------------------------------- | ||
| - | ArubaOS-CX | ||
| - | (c) Copyright 2017-2024 Hewlett Packard Enterprise Development LP | ||
| - | ----------------------------------------------------------------------------- | ||
| - | Version | ||
| - | Build Date : 2024-04-09 00:34:12 UTC | ||
| - | Build ID : ArubaOS-CX: | ||
| - | Build SHA : ef21093778805e954ec130b0939d34927bb7ba19 | ||
| - | Hot Patches | ||
| - | Active Image : primary | ||
| - | | ||
| - | Service OS Version : FL.01.14.0002 | ||
| - | BIOS Version | ||
| - | |||
| - | CS-2P-MDFHA-A(config)# | ||
| - | |||
| - | **error-control** | ||
| - | |||
| - | CS-2P-MDFHA-A(config-if)# | ||
| - | auto Use the transceiver default | ||
| - | base-r-fec | ||
| - | none Do not use any FEC | ||
| - | rs-fec | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | ====== boot system ====== | ||
| - | |||
| - | **Rebooting the system from the configured default operating system image**: | ||
| - | |||
| - | switch# boot system | ||
| - | Do you want to save the current configuration (y/n)? y | ||
| - | The running configuration was saved to the startup configuration. | ||
| - | | ||
| - | This will reboot the entire switch and render it unavailable | ||
| - | until the process is complete. | ||
| - | Continue (y/n)? y | ||
| - | The system is going down for reboot. | ||
| - | The system is going down for reboot. | ||
| - | |||
| - | **Rebooting the system from the secondary operating system image, setting the secondary operating system image as the configured default boot image:** | ||
| - | |||
| - | switch# boot system secondary | ||
| - | Default boot image set to secondary. | ||
| - | | ||
| - | Do you want to save the current configuration (y/n)? n | ||
| - | | ||
| - | This will reboot the entire switch and render it unavailable | ||
| - | until the process is complete. | ||
| - | Continue (y/n)? y | ||
| - | The system is going down for reboot. | ||
| - | | ||
| - | Canceling a system reboot: | ||
| - | | ||
| - | switch# boot system | ||
| - | | ||
| - | Do you want to save the current configuration (y/n)? n | ||
| - | | ||
| - | This will reboot the entire switch and render it unavailable | ||
| - | until the process is complete. | ||
| - | Continue (y/n)? n | ||
| - | Reboot aborted. | ||
| - | switch# | ||
| - | | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | ====== Steps to get the support files for both the switches: ====== | ||
| - | |||
| - | |||
| - | **For SFTP**: | ||
| - | Switch# copy support-files all sftp:// user@Address of Local Server>/ | ||
| - | **For TFTP**: | ||
| - | Switch# copy support-files all tftp:// Address of Local Server>/ | ||
| - | |||
| - | |||
| - | CS-2C-MDFHA-A# | ||
| - | The operation to copy all support files could take a while to complete. | ||
| - | | ||
| - | Do you want to continue (y/n)? y | ||
| - | Collection in progress... | ||
| - | Standby management module is not reachable | ||
| - | Unable to gather information from the standby management module | ||
| - | | ||
| - | | ||
| - | show tech output collection is in progress... | ||
| - | Done | ||
| - | | ||
| - | Done | ||
| - | Attempting to copy... | ||
| - | % Total % Received % Xferd Average Speed | ||
| - | | ||
| - | 65 69.8M 0 | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | Please note on both the above cases you can use the specific VRF (ex, here we have used management VRF), if you do not specify a VRF, then it will take the default VRF | ||
| - | |||
| - | OR | ||
| - | |||
| - | Copy the support files to USB and then upload manually. | ||
| - | |||
| - | **For USB**: | ||
| - | For USB option, First you need to enable the USB and then you need to Mount, To do so | ||
| - | Switch# | ||
| - | Verification can be done by | ||
| - | Switch# show usb | ||
| - | enabled: yes | ||
| - | mounted: yes | ||
| - | Switch# copy support-files all usb:// | ||
| - | After copied use this command to unmount the usb | ||
| - | Switch# | ||
| - | USB should be formatted with FAT32 option before inserting to switch. | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | ====== Images ====== | ||
| - | |||
| - | |||
| - | CS-2P-MDFHA-B(config-if-vlan)# | ||
| - | --------------------------------------------------------------------------- | ||
| - | ArubaOS-CX Primary Image | ||
| - | --------------------------------------------------------------------------- | ||
| - | Version : FL.10.13.1010 | ||
| - | Size : 998 MB | ||
| - | Date : 2024-04-09 00:34:12 UTC | ||
| - | SHA-256 : 53bbd1354dd22bffa2df52b22fe8f2dd5cc05a10bcd9ae8c9e01fc93c830d0ec | ||
| - | | ||
| - | --------------------------------------------------------------------------- | ||
| - | ArubaOS-CX Secondary Image | ||
| - | --------------------------------------------------------------------------- | ||
| - | Version : FL.10.09.1050 | ||
| - | Size : 872 MB | ||
| - | Date : 2022-09-13 23:40:16 UTC | ||
| - | SHA-256 : 631640f32e58f3719f56b36474d02c98666a519fb7775d3b263a36783eaafcfd | ||
| - | | ||
| - | Default Image : primary | ||
| - | Boot Profile Timeout : 5 seconds | ||
| - | | ||
| - | ------------------------------------------------------ | ||
| - | Management Module 1/1 (Active) | ||
| - | ------------------------------------------------------ | ||
| - | Active Image : primary | ||
| - | Service OS Version : FL.01.14.0002 | ||
| - | BIOS Version | ||
| - | | ||
| - | CS-2P-MDFHA-A# | ||
| - | Default boot image set to primary. | ||
| - | Checking if the configuration needs to be saved... | ||
| - | | ||
| - | Do you want to save the current configuration (y/n)? y | ||
| - | The running configuration was saved to the startup configuration. | ||
| - | | ||
| - | Checking for updates needed to programmable devices... | ||
| - | Done checking for updates. | ||
| - | | ||
| - | 2 non-failsafe device(s) also need to be updated. | ||
| - | Please run the ' | ||
| - | |||
| - | This will reboot the entire switch and render it unavailable | ||
| - | until the process is complete. | ||
| - | Continue (y/n)? | ||
| - | |||
| - | ---- | ||
| - | ---- | ||
| - | |||
| - | ====== Aruba 6300M Uplink Port Compatibility ====== | ||
| - | |||
| - | ===== Summary ===== | ||
| - | During the deployment of a 10Gbps LAG between an Aruba 6300M and an Aruba 6400, the link failed to come up when using standard 10G SFP+ SR modules (e.g., JL260A) in ports 51 and 52. These ports are SFP28 with MACsec capabilities and may reject modules that do not support MACsec. | ||
| - | |||
| - | After inserting the same SFP+ module into port 50 (SFP56 type, no MACsec), the link came up successfully at 10Gbps. | ||
| - | |||
| - | This indicates that: | ||
| - | * Ports 51 and 52 require MACsec-capable transceivers. | ||
| - | * Ports 49 and 50 (SFP56) are fully backward compatible and work reliably with standard 10G SFP+ modules. | ||
| - | * It is recommended to use ports 49 and 50 for standard uplinks or non-MACsec LAGs. | ||
| - | |||
| - | ===== Uplink Port Compatibility Table ===== | ||
| - | |||
| - | ^ Port ^ Physical Type ^ Supported Speeds | ||
| - | | 1/ | ||
| - | | 1/ | ||
| - | | 1/ | ||
| - | | 1/ | ||
| - | |||
| - | ===== SFP/SFP+ Module Compatibility ===== | ||
| - | |||
| - | ^ Module | ||
| - | | JL260A | ||
| - | | JL261A | ||
| - | | JL685A | ||
| - | | JL640A | ||
| - | | JL563A | ||
| - | |||
| - | ===== Notes ===== | ||
| - | * If a module is not MACsec-capable, | ||
| - | * Use the command '' | ||
| - | * Ensure both ends of a LAG use modules of the same type and speed. | ||
| - | * When in doubt, test modules on ports 49 or 50 for basic link validation. | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | ---- | ||
| - | ---- | ||
aruba_networks/switch/6400/6400_configuration_example_script.1753333355.txt.gz · Last modified: by aperez
