cisco:switch:9500:cisco_catalyst_9500_series_manual
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cisco:switch:9500:cisco_catalyst_9500_series_manual [2025/02/12 13:56] – aperez | cisco:switch:9500:cisco_catalyst_9500_series_manual [2025/04/20 12:43] (current) – [SSH] aperez | ||
---|---|---|---|
Line 584: | Line 584: | ||
no spanning-tree vlan 527 | no spanning-tree vlan 527 | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | |||
+ | **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: | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | **C9500 Cisco Catalyst** | ||
+ | |||
+ | C9500-N# | ||
+ | Cisco IOS XE Software, **Version 17.12.03** | ||
+ | Cisco IOS Software [Dublin], Catalyst L3 Switch Software (CAT9K_IOSXE), | ||
+ | |||
+ | interface TwentyFiveGigE1/ | ||
+ | | ||
+ | | ||
+ | | ||
+ | mtu 9100 | ||
+ | | ||
+ | | ||
+ | udld port aggressive | ||
+ | fec cl74 | ||
+ | |||
+ | C9500-N(config-if)# | ||
+ | | ||
+ | C9500-N(config-if)# | ||
+ | auto | ||
+ | cl108 Enable clause108 with 25G | ||
+ | cl74 | ||
+ | off Turn FEC off, FEC is mandatory for speeds 50G or higher | ||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | ====== SSH ====== | ||
+ | |||
+ | **SSH Configuration on Cisco IOS XE 17.12.03** | ||
+ | |||
+ | configure terminal | ||
+ | hostname MyRouter | ||
+ | ip domain-name mynetwork.local | ||
+ | crypto key generate rsa modulus 2048 | ||
+ | username admin privilege 15 secret MyStrongPassword | ||
+ | ip ssh version 2 | ||
+ | line vty 0 4 | ||
+ | transport input ssh | ||
+ | exec-timeout 10 0 ! 10 minutes, 0 seconds | ||
+ | login local | ||
+ | exit | ||
+ | |||
+ | configure terminal | ||
+ | ip ssh server algorithm encryption aes256-ctr aes192-ctr aes128-ctr | ||
+ | end | ||
+ | |||
+ | write memory | ||
+ | |||
+ | show ip ssh | ||
+ | show run | include ssh | ||
+ | |||
+ | ---- | ||
---- | ---- | ||
cisco/switch/9500/cisco_catalyst_9500_series_manual.1739386597.txt.gz · Last modified: 2025/02/12 13:56 by aperez