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/02/20 13:28] – aperez | aruba_networks:switch:6400:6400_configuration_example_script [2025/03/07 11:23] (current) – aperez | ||
---|---|---|---|
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:// | ||
**Switch A - 6400:** | **Switch A - 6400:** | ||
Line 1807: | Line 1810: | ||
interface loopback 0 | interface loopback 0 | ||
- | ip address 172.22.0.1/32 | + | ip address 172.24.0.1/32 |
interface loopback 1 | interface loopback 1 | ||
- | ip address 172.22.0.2/32 | + | ip address 172.24.0.2/32 |
router ospf 1 | router ospf 1 | ||
- | router-id 172.22.0.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.22.0.1 | + | 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 | ||
Line 1962: | Line 1967: | ||
interface loopback 0 | interface loopback 0 | ||
- | ip address 172.22.0.4/32 | + | ip address 172.24.0.4/32 |
interface loopback 1 | interface loopback 1 | ||
- | ip address 172.22.0.5/32 | + | ip address 172.24.0.5/32 |
router ospf 1 | router ospf 1 | ||
- | router-id 172.22.0.4 | + | router-id 172.24.0.4 |
redistribute bgp | redistribute bgp | ||
+ | redistribute connected | ||
+ | redistribute static | ||
area 0.0.0.0 | area 0.0.0.0 | ||
router bgp 65020 | router bgp 65020 | ||
- | bgp router-id 172.22.0.4 | + | bgp router-id 172.24.0.4 |
neighbor 172.18.0.1 remote-as 65010 | neighbor 172.18.0.1 remote-as 65010 | ||
address-family ipv4 unicast | address-family ipv4 unicast | ||
Line 2098: | Line 2105: | ||
{{pdfjs 46em >: | {{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 | ||
+ | |||
+ | ---- | ||
+ | ---- |
aruba_networks/switch/6400/6400_configuration_example_script.1740076088.txt.gz · Last modified: 2025/02/20 13:28 by aperez