User Tools

Site Tools


cisco:switch:9500:cisco_catalyst_9500_series_manual

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
cisco:switch:9500:cisco_catalyst_9500_series_manual [2025/01/15 13:24] aperezcisco:switch:9500:cisco_catalyst_9500_series_manual [2025/02/24 09:43] (current) aperez
Line 7: Line 7:
  
 ---- ----
-Switch#**show interfaces status** 
  
 +  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/0/1
  
-Switch#**show mac address-table** +----
  
-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/0/1
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/2
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/3
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/4
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/5
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/6
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/7
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/8
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/9
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/10
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/11
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/12
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/13
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/14
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/15
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/16
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/17
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/18
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/19
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/20
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/21
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/22
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/23
 +  lldp transmit
 +  lldp receive
 +  interface TwentyFiveGigE1/0/24
 +  lldp transmit
 +  lldp receive
 +  interface HundredGigE1/0/25
 +  lldp transmit
 +  lldp receive
 +  interface HundredGigE1/0/26
 +  lldp transmit
 +  lldp receive
 +  interface HundredGigE1/0/27
 +  lldp transmit
 +  lldp receive
 +  interface HundredGigE1/0/28
 +  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/0/1
 +  mtu 9100
 +  exit
 +  write memory
 +  reload
 +
  
 ---- ----
Line 337: Line 472:
    service-policy input AutoQos-4.0-Trust-Cos-Input-Policy    service-policy input AutoQos-4.0-Trust-Cos-Input-Policy
    service-policy output AutoQos-4.0-Output-Policy    service-policy output AutoQos-4.0-Output-Policy
 +  !
 +
 +**Port-channel Example 3**
 +
 +  interface Port-channel1
 +   description Link to Juniper Networks EX2300-24P
 +   switchport mode trunk
 +   mtu 9100
 +   logging event bundle-status
 +  !
 +  interface TwentyFiveGigE1/0/1
 +   description Link to Juniper Networks EX2300-24P
 +   switchport mode trunk
 +   mtu 9100
 +   logging event trunk-status
 +   logging event bundle-status
 +   udld port aggressive
 +   channel-protocol lacp
 +   channel-group 1 mode active 
 +  !
 +  interface TwentyFiveGigE1/0/2
 +   description Link to Juniper Networks EX2300-24P
 +   switchport mode trunk
 +   mtu 9100
 +   logging event trunk-status
 +   logging event bundle-status
 +   udld port aggressive
 +   channel-protocol lacp
 +   channel-group 1 mode active 
   !   !
  
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).
 +
 +
 +  *   **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.
 +
 +----
 +
 +
 +**C9500 Cisco Catalyst**
 +
 +C9500-N#**show ver**
 +  Cisco IOS XE Software, **Version 17.12.03**
 +  Cisco IOS Software [Dublin], Catalyst L3 Switch Software (CAT9K_IOSXE), Version 17.12.3, RELEASE SOFTWARE (fc7)
 +
 +  interface TwentyFiveGigE1/0/3
 +   description VLAN 526 PTP A.B.C.D/EF X30
 +   switchport access vlan 526
 +   switchport mode access
 +   mtu 9100
 +   logging event trunk-status
 +   logging event bundle-status
 +   udld port aggressive
 +   fec cl74
 +
 +  C9500-N(config-if)#interface TwentyFiveGigE1/0/3
 +  
 +  C9500-N(config-if)#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
 +
 +----
 ---- ----
  
cisco/switch/9500/cisco_catalyst_9500_series_manual.1736965489.txt.gz · Last modified: 2025/01/15 13:24 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki