4/9/2022

Hw-module Slot

84
Hw-module Slot Rating: 9,1/10 5757 votes

Router(config)#no hw-module slot x oversubscription. Will administratively disable the oversubscribed ports (ports 3, 4, 7, and 8) and put them in 'shutdown' state. In this mode, the user cannot do 'no shut' on the disabled ports. C6816-X-LE#sh hw-module slot 1 oversubscription port-group oversubscription-mode 1 enabled 2 disabled The Catalyst 6840-X series chassis provides extremely high levels of scalability and performance, with the size and economics of an innovative fixed architecture.

Google is committed to advancing racial equity for Black communities. See how.

#include < boot_control.h >

Hw-module slot reset

Data Fields

struct hw_module_t common
void(* init )(struct boot_control_module *module)
unsigned(* getNumberSlots )(struct boot_control_module *module)
unsigned(* getCurrentSlot )(struct boot_control_module *module)
int(* markBootSuccessful )(struct boot_control_module *module)
int(* setActiveBootSlot )(struct boot_control_module *module, unsigned slot)
int(* setSlotAsUnbootable )(struct boot_control_module *module, unsigned slot)
int(* isSlotBootable )(struct boot_control_module *module, unsigned slot)
const char *(* getSuffix )(struct boot_control_module *module, unsigned slot)
int(* isSlotMarkedSuccessful )(struct boot_control_module *module, unsigned slot)
void * reserved [31]

Detailed Description

Every hardware module must have a data structure named HAL_MODULE_INFO_SYM and the fields of this data structure must begin with hw_module_t followed by module specific information.

Oversubscription

Definition at line 50 of file boot_control.h .

Slot

Field Documentation

Definition at line 51 of file boot_control.h .

unsigned(* getCurrentSlot)(struct boot_control_module *module)

Definition at line 76 of file boot_control.h .

unsigned(* getNumberSlots)(struct boot_control_module *module)

Definition at line 64 of file boot_control.h .

const char*(* getSuffix)(struct boot_control_module *module, unsigned slot)

Definition at line 118 of file boot_control.h .

void(* init)(struct boot_control_module *module)

Definition at line 57 of file boot_control.h .

int(* isSlotBootable)(struct boot_control_module *module, unsigned slot)

Definition at line 110 of file boot_control.h .

Hw-module Slot

No Hw-module Slot 1 Oversubscription

int(* isSlotMarkedSuccessful)(struct boot_control_module *module, unsigned slot)

Definition at line 126 of file boot_control.h .

int(* markBootSuccessful)(struct boot_control_module *module)

Definition at line 84 of file boot_control.h .

Definition at line 128 of file boot_control.h .

int(* setActiveBootSlot)(struct boot_control_module *module, unsigned slot)

Definition at line 93 of file boot_control.h .

int(* setSlotAsUnbootable)(struct boot_control_module *module, unsigned slot)

Definition at line 101 of file boot_control.h .

The documentation for this struct was generated from the following file:

Hw-module Session

  • hardware/libhardware/include/hardware/ boot_control.h
The Catalyst 6840-X-LE-40G and 6824-X-LE-40G have two native 40-Gb ports.

These ports can be converted to 8x10G ports, starting from Cisco IOS Software Release 15.2(2) SY2, by simply changing the operation mode from ‘FortyGigabitEthernet mode’ to ‘TenGigabitEthernet mode’. The following output provides an example.

Note:Changing the operation mode will reset the whole chassis; all 40G ports configuration will be lost.

Performance Mode
Hw-module slot r1 stop

The Cisco Catalyst 6840-X Series has two performance modes: oversubscription mode and performance mode.

Note that these modes affect port groups rather than an individual port.

By default, the module operates in oversubscription mode since a backplane capacity of 80 GB per DFC4-E feeds 16×10 Gigabit Ethernet ports, resulting in a 2:1 oversubscription ratio.

Cisco Hw-module Slot

The default port performance mode can be identified using a show command:

Hw-module Slot R1 Stop

Performance mode can be enabled by issuing a configuration command that will result in shutting down certain ports in the selected port group so as to make the port-to-fabric bandwidth come down from 2:1 to 1:1. The second half of the port group will be disabled when configuring performance mode. (for instance, configuring port group 2 on the Catalyst 6816-X-LE will disable ports 13, 14, 15, and 16, and will be available on ports 9, 10, 11, and 12. The ratio will be a 1:1 port-to-fabric bandwidth.

The Catalyst 6840-X series chassis provides extremely high levels of scalability and performance, with the size and economics of an innovative fixed architecture. This unique platform offers 10-Gb port density; full IPv4/IPv6 and MPLS/VPLS functionality with large table sizes (up to 256,000 Forwarding Information Base [FIB] entries); and more than 15 years of best-in-class features.

Hw-module Subslot

With a full suite of Layer 2 and 3, virtualization, security, multicast, IPv6, application visibility, smart operations, and rich media services, the Cisco Catalyst 6840-X delivers superior capabilities from its first day of deployment.

More info from https://www.cisco.com/c/dam/en/us/products/collateral/switches/catalyst-6800-series-switches/white-paper-c11-737288.pdf

Hw-module Slot Reset

More Related