User Tools

Site Tools


aruba_networks:switch:6400:6400_configuration_example_script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
aruba_networks:switch:6400:6400_configuration_example_script [2025/02/19 15:30] aperezaruba_networks:switch:6400:6400_configuration_example_script [2025/03/07 11:23] (current) aperez
Line 1763: Line 1763:
 **Some commands for support:** **Some commands for support:**
  
-  - show interface brief +  - **show interface brief** 
-  - show lag brief +  - **show lag brief** 
-  - show lacp interfaces  +  - **show lacp interfaces**  
-  - show lacp aggregates +  - **show lacp aggregates** 
-  - show lacp interface 1/1/3 +  - **show lacp interface 1/1/3** 
-  - show lacp interface 1/1/4 +  - **show lacp interface 1/1/4** 
-  - show lldp neighbor-info+  - **show lldp neighbor-info**
  
   6300(config-lag-if)#  show lldp neighbor-info   6300(config-lag-if)#  show lldp neighbor-info
Line 1802: Line 1802:
   * **64.512 – 65.534** – private AS numbers.   * **64.512 – 65.534** – private AS numbers.
   * **65.535** – reserved.   * **65.535** – reserved.
 +
 +
 +**[[https://arubanetworking.hpe.com/techdocs/AOS-CX/10.15/HTML/ip_route_6300-6400-8100-83xx-9300-10000/Content/Chp_OSPFv2/OSPFv2_cmds/red-osp-10.htm|Redistribute (ospf)]]**
  
 **Switch A - 6400:** **Switch A - 6400:**
  
  
-**SwitchA(config)# showip ospfneighbors** +  interface loopback 0 
-  +    ip address 172.24.0.1/32 
 +  interface loopback 1 
 +    ip address 172.24.0.2/32 
   router ospf 1   router ospf 1
-    router-id 1.1.1.1+    router-id 172.24.0.1
     redistribute bgp     redistribute bgp
 +    redistribute connected
 +    redistribute static
     area 0.0.0.0     area 0.0.0.0
  
   router bgp 65010   router bgp 65010
 +    bgp router-id 172.24.0.1
     neighbor 172.18.0.4 remote-as 65020     neighbor 172.18.0.4 remote-as 65020
     address-family ipv4 unicast     address-family ipv4 unicast
-    neighbor 172.18.0.4 activate +        neighbor 172.18.0.4 default-originate 
-    network 172.18.0.0/27+        neighbor 172.18.0.4 activate 
 +        network 172.18.0.0/27
     exit-address-family     exit-address-family
  
Line 1927: Line 1937:
   ip ospf 1 area 0.0.0.0   ip ospf 1 area 0.0.0.0
   ip ospf network point-to-point   ip ospf network point-to-point
 +
 +
 +**SwitchA(config)# show ip ospf neighbors**
 +
 +**SwitchB# show lldp neighbor**
 +
 +  SwitchA# show ip ospf neighbors
 +  VRF : default                          Process : 1
 +  ===================================================
      
 +  Total Number of Neighbors : 26
 +  
 +  Neighbor ID      Priority  State             Nbr Address       Interface
 +  -------------------------------------------------------------------------
 +  192.168.2.3      n/a       FULL              172.16.28.3        vlan1
 +  
 +  192.168.2.3      n/a       FULL              10.28.64.3         vlan500
 +  
 +  192.168.2.3      n/a       FULL              192.168.2.3        vlan501
 +  
 +  192.168.2.3      n/a       FULL              172.16.32.3        vlan505
 +  
 +  192.168.2.3      n/a       FULL              172.16.36.3        vlan506
 +
 ---- ----
 ---- ----
  
 +**Switch B - 6400:**
  
 +  interface loopback 0
 +    ip address 172.24.0.4/32
 +  interface loopback 1
 +    ip address 172.24.0.5/32
  
 +router ospf 1
 +    router-id 172.24.0.4
 +    redistribute bgp
 +    redistribute connected
 +    redistribute static
 +    area 0.0.0.0
 +router bgp 65020
 +    bgp router-id 172.24.0.4
 +    neighbor 172.18.0.1 remote-as 65010
 +    address-family ipv4 unicast
 +        neighbor 172.18.0.1 default-originate
 +        neighbor 172.18.0.1 activate
 +        network 172.18.0.0/27
 +    exit-address-family
  
  
 +  interface vlan 1
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 700
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 701
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 705
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 706
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 707
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 708
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 709
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 710
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 711
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 712
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 713
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 714
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 715
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 716
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 717
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 718
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 719
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 720
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 721
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 722
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 723
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 724
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 725
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 726
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 727
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
 +  
 +  interface vlan 730
 +  ip ospf 1 area 0.0.0.0
 +  ip ospf network point-to-point
  
  
 +----
 +----
  
 +**OSPF Troubleshooting**
  
  
 +**{{ :aruba_networks:switch:6400:15be0a8e-5922-47b6-ae26-a7218295f7e8.pdf |OSPF Troubleshooting}}**
  
 +{{pdfjs 46em >:aruba_networks:switch:6400:15be0a8e-5922-47b6-ae26-a7218295f7e8.pdf }}
  
  
  
 +{{ youtube>N9dIGVzdjIU }}
  
 +
 +
 +----
 +----
 +
 +**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).
 +
 +
 +  *   **auto**   Enable FEC Auto-Neg
 +  *   **cl108**  Enable clause108 with 25G
 +  *   **cl74**   Enable clause74 with 25G
 +  *   **off**    Turn FEC off, FEC is mandatory for speeds 50G or higher
 +
 +
 +----
 +----
 +
 +
 +**Benefits of FEC on SFP Ports**:
 +
 +  * Error Correction: FEC can correct errors due to signal attenuation or interference.
 +  * Better Link Performance: Allows for longer cable runs or higher speeds by improving signal integrity.
 +  * No Retransmissions: Unlike other error correction methods, FEC works proactively without needing retransmissions, which is important for low-latency environments.
 +
 +----
 +
 +**Aruba Switch 6400:**
 +
 +
 +  CS-2P-MDFHA-A#** show ver**
 +  -----------------------------------------------------------------------------
 +  ArubaOS-CX
 +  (c) Copyright 2017-2024 Hewlett Packard Enterprise Development LP
 +  -----------------------------------------------------------------------------
 +  Version      : FL.10.13.1010
 +  Build Date   : 2024-04-09 00:34:12 UTC
 +  Build ID     : ArubaOS-CX:FL.10.13.1010:ef2109377880:202404090010
 +  Build SHA    : ef21093778805e954ec130b0939d34927bb7ba19
 +  Hot Patches  :
 +  Active Image : primary
 +  
 +  Service OS Version : FL.01.14.0002
 +  BIOS Version       : FL.01.0002
 +
 +CS-2P-MDFHA-A(config)# **interface 1/3/36**
 +
 +**error-control**    Configure the error control (**FEC**) mode
 +
 +  CS-2P-MDFHA-A(config-if)# error-control
 +    auto        Use the transceiver default
 +    base-r-fec  Use IEEE BASE-R (Firecode) FEC
 +    none        Do not use any FEC
 +    rs-fec      Use IEEE Reed-Solomon FEC
 +
 +----
 +----
aruba_networks/switch/6400/6400_configuration_example_script.1739997018.txt.gz · Last modified: 2025/02/19 15:30 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki