cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5858
Views
10
Helpful
5
Replies

A9K-24X10GE-1G-TR - how to set interface speed?!?

Garry Peirce
Level 1
Level 1

Anyone know how to set IFE port-group to 1G on a A9K-24X10GE-1G-TR ?

 

Seeing this  module's ports are configured in IFE port-groups

(https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2018/pdf/BRKARC-2003.pdf)

 

After significant searching I can't find any reference in how setting a port-group to 1G is actually done.

I see no 'speed' command available on the IFE port-group port1.

I'm running 6.5.3-64.

 

A9K-48x10-1G Port Speed Rules
• Interface Port Speed is configurable: 1G / 10G
• Per default, all ports are 10G
• The 4 Rules:
1. All ports in a port-group (group of four ports) have to have the same speed.
2. If the first port-group on an IFE (group of three port-groups) is configured for 1G, then all ports
in that same IFE must be 1G.
3. If the first port-group of an IFE is 10G, then the other two port-groups in that same IFE can be
any combination of 1G or 10G.
4. When configuring port speeds, all ports of a given linecard need to be configured together in
one single CLI command.
• Deviations from these rules will results in a CLI rejection
• Changing port speed on an interface does not impact traffic on other interfaces

 

TIA,

5 Replies 5

Some good information about these cards from CiscoLive Las Vegas 2017 BRKARC-2003 for a 48x10GE-1G-TR.  The configuration for the 24 port variant is the same. 

 

hw-module location <rack>/<slot>/CPU0 port-mode RxS,RxS[,RxS…]

R = = Run-length (number of consecutive ports with same speed)

S = Speed (1 or 10, in Gbps)

 

Example:

 hw-module location 0/4/CPU0 port-mode 8x10,4x1,4x10,8x1,20x10,4x1

 

Here is the presentation with the information.  The information above is on slide 25. 

https://clnv.s3.amazonaws.com/2017/usa/pdf/BRKARC-2003.pdf

 

 

 

 

 

Thanks for the response!

ahh - that page was removed for the same 2018 document.

I could find no config reference to doing this on CCO anywhere - odd for a module that came out in 2017(?).

 

I like CLI as much as just about everyone, but yuck.

Also it doesn't act this way in at least 6.5.3.

Maybe that's why 2018 document removed that page - perhaps they've changed it?

 

sysadmin-vm:0_RSP0# show plat
Tue May 7 19:43:43.268 UTC
Location Card Type HW State SW State Config State
----------------------------------------------------------------------------
0/0 A9K-24X10GE-1G-TR OPERATIONAL OPERATIONAL NSHUT
0/1 A9K-4X100GE OPERATIONAL OPERATIONAL NSHUT
0/RSP0 A9K-RSP880-LT-TR OPERATIONAL OPERATIONAL NSHUT
0/RSP1 A9K-RSP880-LT-TR OPERATIONAL OPERATIONAL NSHUT
0/FC0 A99-SFC-S OPERATIONAL N/A NSHUT
0/FC2 A99-SFC-S OPERATIONAL N/A NSHUT
0/FC4 A99-SFC-S OPERATIONAL N/A NSHUT
0/FT0 ASR-9910-FAN OPERATIONAL N/A NSHUT
0/FT1 ASR-9910-FAN OPERATIONAL N/A NSHUT
0/PT0 A9K-DC-PEM-V3 OPERATIONAL N/A NSHUT
0/PT1 A9K-DC-PEM-V3 OPERATIONAL N/A NSHUT

 

sysadmin-vm:0_RSP0# hw-module location 0/0 ?
Possible completions:
bootmedia Select boot media to load image from
offline Take a hardware module offline for diagnostics
online Take a hardware module online for normal operation
reload Reload a hardware module
shutdown Shut down a hardware module

 

:-(    there's no "port-mode" subcommand (and it's not hidden there).

 

Try it from config and not admin and you should have the option.  

 

Admin:

sysadmin-vm:0_RSP0# hw-module location 0/0 ?
Possible completions:
bootmedia Select boot media to load image from
offline Take a hardware module offline for diagnostics
online Take a hardware module online for normal operation
reload Reload a hardware module
shutdown Shut down a hardware module

 

Config:

RP/0/RSP0/CPU0:Lab_9900_1(config)#hw-module location 0/0/CPU0 ?
bay Breakout bay configuration
early-fast-discard Configure Early Fast Discard
loopback-shape Configure loopback shaper
port Optics port configuration
port-mode RXS: Configure R(consecutive N number of same speed ports)xS(speed 1 for 1G or 10 for 10G):48x10
qos-mode Configure qos mode in HW Module port(s)
slice Configure slice h/w module
tcp-mss-adjust Configure TCP MSS Adjust for an NP

gawd -  yes, mystery solved. Thanks Patrick.

 

not 'hw-module...' from Exec or adminExec but within config.

I've been more used to using that command at the exec level and never had need for it from within the config.

I'll grumble that use of a command in different ways at different levels seems poor form.

 

Once committed, the interface designation changes to reflect [Gi|Te] and the interface order changes with GI's listed before TEs - another potential place for some confusion. Personally prefer to see it left in port order using "show int" or "sh controller.." to indicate the speed it's running at.  Where's port 20? oh, there it is above port 0.  If only I were Chuck Robbins ;-)

Gi0/0/0/20
Gi0/0/0/21
Gi0/0/0/22
Gi0/0/0/23
Te0/0/0/0
Te0/0/0/1
Te0/0/0/2
Te0/0/0/3
Te0/0/0/4

3Dg4RIP
Level 1
Level 1

Hi, What about the license? can share the show platform and show license.

config t

interface GiA/B/C/D

speed 100

commit