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/01/15 13:24] – aperez | cisco:switch:9500:cisco_catalyst_9500_series_manual [2025/02/24 09:43] (current) – aperez | ||
---|---|---|---|
Line 7: | Line 7: | ||
---- | ---- | ||
- | Switch# | ||
+ | Switch#show interfaces status | ||
+ | Switch#show mac address-table | ||
+ | Switch#show ip igmp snooping | ||
+ | Switch#show lldp | ||
+ | Switch#show lldp neighbors | ||
+ | Switch#show lldp neighbors detail | ||
+ | Switch#show system mtu | ||
+ | Switch#show platform hardware capacity | ||
+ | Switch#show interfaces | include MTU | ||
+ | Switch#show running-config | begin TwentyFiveGigE1/ | ||
- | Switch# | + | ---- |
- | Switch#**show ip igmp snooping** | + | On the **Cisco switch**, you need to edit the interface, then use the command |
+ | -**fec off** | ||
- | Switch#**show lldp** | + | On the **Aruba switch**, you need to edit the interface, then use the command |
+ | -**error-control none** | ||
---- | ---- | ||
Line 260: | Line 270: | ||
lldp receive | lldp receive | ||
write memory | write memory | ||
+ | |||
+ | |||
+ | **Example** | ||
+ | |||
+ | enable | ||
+ | configure terminal | ||
+ | lldp run | ||
+ | | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface TwentyFiveGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface HundredGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface HundredGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface HundredGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | interface HundredGigE1/ | ||
+ | lldp transmit | ||
+ | lldp receive | ||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | **Verify MTU Support** | ||
+ | |||
+ | show system mtu | ||
+ | show platform hardware capacity | ||
+ | | ||
+ | configure terminal | ||
+ | system mtu jumbo 9100 | ||
+ | exit | ||
+ | write memory | ||
+ | reload | ||
+ | | ||
+ | show system mtu | ||
+ | show interfaces | include MTU | ||
+ | | ||
+ | interface INTERFACE_ID | ||
+ | mtu 9100 | ||
+ | exit | ||
+ | |||
+ | **Example** | ||
+ | |||
+ | configure terminal | ||
+ | system mtu jumbo 9100 | ||
+ | system mtu 9100 | ||
+ | interface GigabitEthernet1/ | ||
+ | mtu 9100 | ||
+ | exit | ||
+ | write memory | ||
+ | reload | ||
+ | |||
---- | ---- | ||
Line 337: | Line 472: | ||
| | ||
| | ||
+ | ! | ||
+ | |||
+ | **Port-channel Example 3** | ||
+ | |||
+ | interface Port-channel1 | ||
+ | | ||
+ | | ||
+ | mtu 9100 | ||
+ | | ||
+ | ! | ||
+ | interface TwentyFiveGigE1/ | ||
+ | | ||
+ | | ||
+ | mtu 9100 | ||
+ | | ||
+ | | ||
+ | udld port aggressive | ||
+ | | ||
+ | | ||
+ | ! | ||
+ | interface TwentyFiveGigE1/ | ||
+ | | ||
+ | | ||
+ | mtu 9100 | ||
+ | | ||
+ | | ||
+ | udld port aggressive | ||
+ | | ||
+ | | ||
! | ! | ||
Line 420: | 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 | ||
+ | |||
+ | ---- | ||
---- | ---- | ||
cisco/switch/9500/cisco_catalyst_9500_series_manual.1736965489.txt.gz · Last modified: 2025/01/15 13:24 by aperez