Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP Auto Port Aggregation Administrator's Guide: HP-UX 11.0, 11i v1, 11i v2 > Appendix E Switch Configuration Information

Cisco 6509 Switches

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

The throughput on the Cisco switch is different for fiber and copper ports. The fiber ports are fabric enabled. This means that they hand off frames to one another with a throughput of 256 Gb/s. This is the equivalent of 64 GigE cards continuously transmitting and receiving at their theoretical limits with no overhead. This section describes the following tasks:

  • Configure a single port

  • Show a single link

  • Create an LACP link aggregation

  • Create a PAgP link aggregation

NOTE: The information in this section pertains to Cisco IOS Version 12.2.

Configuring a Single Port

Router1#config term
config command 1
.
.
Ctrl+Z
Switch1#interface gigabitethernet 9/5
Switch1(config-if)#switchport
Switch1(config-if)#no shutdown
Switch1(config-if)#end
1

Enter configuration commands, one per line. End with Ctrl+Z or end.

Showing a Single Port

Router1#show interface gigabitethernet 7/1
GigabitEthernet7/1 is up, line protocol is up (connected)
  Hardware is C6k 1000Mb 802.3, address is 0001.63d1.6016 (bia 0001.63d1.6016)
  MTU 9000 bytes, BW 1000000 Kbit, DLY 10 usec, 
     reliability 255/255, txload 1/255, rxload 1/255

Creating an LACP Link Aggregation

Switch1#enable
Password:password
Switch1#config term
config command 1
.
.
Ctrl+Z
Switch1(config-if)#interface range gigabitethernet 3/1 - 3
Switch1(config-if-range)#no ip address
Switch1(config-if-range)#channel-protocol lacp
Switch1(config-if-range)#channel-group 1 mode active

Creating a port-channel interface Port-channel 1
Switch1(config-if-range)#end
Switch1#config term
config command
.
.
Ctrl+Z
Switch1(config)#interface port-channel 1
Switch1(config-if)#no shutdown
Switch1(config-if)#end
1

Enter configuration commands, one per line. End with Ctrl+Z or end.

Creating an PAgP Link Aggregation

Switch1#enable
Password:password
Switch1#config term
config command 1
.
.
Ctrl+Z
Switch1(config-if)#interface range gigabitethernet 7/1 - 4
Switch1(config-if-range)#no ip address
Switch1(config-if-range)#channel-protocol pagp
Switch1(config-if-range)#channel-group 7 mode desirable

Creating a port-channel interface Port-channel 7
Switch1(config-if-range)#end
Switch1#config term
config command
.
.
Ctrl+Z
Switch1(config)#interface port-channel 7
Switch1(config-if)#no shutdown
Switch1(config-if)#end
1

Enter configuration commands, one per line. End with Ctrl+Z or end.

Displaying the Link Aggregation

Switch1#show etherchannel port-channel
	   Channel-group listing:
		-----------------------
Group: 1
----------
		Port-channels in the group:
		----------------------

Port-channel: Po1    (Primary Aggregator)

------------

Age of the Port-channel	  = 00d:01h:46m:08s
Logical slot/port   = 14/1	    Number of ports = 3
Port state	    = Port-channel Ag-Inuse
Protocol	      = LACP

Ports in the Port-channel:

Index	  Load   Port    EC state	        No of bits
------+------+------+------------------+-----------
  2    49     Gi3/1   Active            3
  0    92     Gi3/2   Active            3
  1    24     Gi3/3   Active            2

Time since last port bundled:	 00d:01h:44m:15s    Gi3/1

Displaying a Port in a Link Aggregation

Switch1#show interface GigabitEthernet 3/3 etherchannel
Port state    = Up Mstr In-Bndl
Channel group = 1      Mode = Active      Gcchange = -
Port-channel  = Po1    GC   =  -          Pseudo port-channel = Po1
Port index    = 1      Load = 0xAA        Protocol =   LACP

Flags:  S - Device is sending Slow LACPDUs  F - Device is sending fast LACPDUs.
	       A - Device is in active mode.       P - Device is in passive mode.

Local information:
                         LACP port  Admin   Oper   Port     Port
Port   Flags  State      Priority   Key     Key    Number   State
Gi3/3  SA     bndl       32768      0x1     0x1    0x303    0x3D

Partner's information:

       Partner              Partner			       Partner
Port   System ID            Port Number	Age	   Flags
Gi3/3  00000,0030.6ef4.82380x5           19s	   SA

	  LACP Partner        Partner	       Partner
	  Port Priority       Oper Key	       Port State
   0                   0x384           0x3D

Displaying More LACP Information

Switch1#show lacp 1 neighbor

Flags: S - Device is sending Slow LACPDUs F - Device is sending Fast LACPDUs
       A - Device is in Active mode       P - Device is in Passive mode

Channel group 1 neighbors

Partner's information:

       Partner             Partner                Partner
Port   System ID           Port Number     Age    Flags
Gi3/1  00000,0030.6ef4.82380x6             17s    SA

	  LACP Partner        Partner         Partner
	  Port Priority       Oper Key        Port State
	  0                   0x384           0x3D

Partner's information:

        Partner            Partner                Partner
Port    System ID          Port Number     Age    Flags
Gi3/2   00000,0000.0000.00000x0            297s   SP

	  LACP Partner         Partner        Partner
	  Port Priority        Oper Key	       Port State
	  0                    0x0            0x0

Partner's information:

        Partner            Partner                 Partner
Port    System ID          Port Number      Age    Flags
Gi3/3   00000,0030.6ef4.82380x5              4s    SA

	  LACP Partner         Partner	       Partner
	  Port Priority        Oper Key	       Port State
	  0                    0x384          0x3D

Deleting a Link Aggregation

Switch1(config)#no interface port-channel 1
Switch1(config)#no interface port-channel 5
Switch1(config)#end
Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2007 Hewlett-Packard Development Company, L.P.