Estoy tratando de crear un cross-stack EtherChannels.
Para ello requiero realizar la agregación de mis puerto GigaEthernet 1 y 2 en un Switch Catalys Cisco 4503
Ejecute los siguientes comandos:
Switch(config)#interface range GigaEhernet3/1 - 2
Switch(config-if-range)#switchport mode access
Switch(config-if-range)#channel-group 25 mode active
sin embargo al revisar no veo activos los dos puertos
SwrespSite#show etherchannel 25 port-channel
Port-channels in the group:
---------------------------
Port-channel: Po25 (Primary Aggregator)
------------
Age of the Port-channel = 28d:01h:24m:54s
Logical slot/port = 11/25 Number of ports = 0
Port state = Port-channel Ag-Not-Inuse
Protocol = LACP
Port security = Disabled
¿Alguien sabe porque no aparecen los puertos en la sección
Ports in the Port-channel de este comando?
Hola Raymundo
Estas configurando un extremo del Etherchannel como "ACTIVE"
Esto quiere decir que sera un Etherchannel mediante el protocolo LACP (Link Aggregation Control Protocol)
Switch(config-if-range)#switchport mode access
Switch(config-if-range)#channel-group 25 mode active
El link solo sera formado si el otro lado tambien esta corriendo LACP ya sea en modo ACTIVE o PASSIVE.
Una vez formado el Link debera aparecer la informacion que esperas:
Port-channels in the group:
---------------------------
Port-channel: Po25 (Primary Aggregator)
------------
Age of the Port-channel = 00d:00h:03m:53s
Logical slot/port = 2/25 Number of ports = 2
GC = 0x00000000 HotStandBy port = null
Port state = Port-channel
Protocol = LACP
Port Security = Disabled
Ports in the Port-channel:
Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Fa0/1 Active 0
0 00 Fa0/2 Active 0
Time since last port bundled: 00d:00h:00m:20s Fa0/2
Saludos