Step 1
|
configure
RP/0/RSP0/CPU0:router# configure
Enters
Global Configuration mode.
|
Step 2
|
interface Bundle-Ether
bundle-id
RP/0/RSP0/CPU0:router#(config)# interface Bundle-Ether 3
Creates and
names a new Ethernet link bundle.
This
interface Bundle-Ether
command enters you into the interface configuration
submode, where you can enter interface specific configuration commands are
entered. Use the
exit command to exit from the interface configuration
submode back to the normal
Global Configuration mode
|
Step 3
|
ipv4 address
ipv4-address
mask
RP/0/RSP0/CPU0:router(config-if)# ipv4 address 10.1.2.3 255.0.0.0
Assigns an IP
address and subnet mask to the virtual interface using the
ipv4
address configuration subcommand.
|
Step 4
|
bundle minimum-active
bandwidth
kbps
(optional)
RP/0/RSP0/CPU0:router(config-if) # bundle minimum-active bandwidth 580000
(Optional) Sets
the minimum amount of bandwidth required before a user can bring up a bundle.
|
Step 5
|
bundle minimum-active
links
links
(optional)
RP/0/RSP0/CPU0:router(config-if)# bundle minimum-active links 2
(Optional) Sets
the number of active links required before you can bring up a specific bundle.
|
Step 6
|
bundle maximum-active links
links
(optional)
RP/0/RSP0/CPU0:router(config-if)# bundle maximum-active links 1
(Optional)
Designates one active link and one link in standby mode that can take over
immediately for a bundle if the active link fails (1:1 protection).
Note
|
The default
number of active links allowed in a single bundle is 8.
|
Note
|
If the
bundle
maximum-active
command is issued, then only the highest-priority link
within the bundle is active. The priority is based on the value from the
bundle
port-priority command, where a lower value is a higher priority.
Therefore, we recommend that you configure a higher priority on the link that
you want to be the active link.
|
|
Step 7
|
exit
RP/0/RSP0/CPU0:router(config-if)# exit
Exits
interface configuration submode.
|
Step 8
|
interface Bundle-Ether
bundle-id.vlan-id
RP/0/RSP0/CPU0:router#(config)#interface Bundle-Ether 3.1
Creates a new
VLAN, and assigns the VLAN to the Ethernet bundle you created in Step 2.
Replace the
bundle-id
argument with the
bundle-id you created in Step 2.
Replace the vlan-id with a
subinterface identifier. Range is from 1 to 4094 inclusive (0 and 4095 are
reserved).
Note
|
When you
include the
vlan-id argument with the
interface Bundle-Ether
bundle-id command, you enter subinterface configuration
mode.
|
|
Step 9
|
encapsulation dot1q
vlan-id
RP/0/RSP0/CPU0:router#(config-subif)# encapsulation dot1q 10
Assigns a VLAN
to the subinterface.
Replace the
vlan-id
argument with a subinterface identifier. Range is from 1 to 4094 inclusive (0
and 4095 are reserved).
|
Step 10
|
ipv4 address
ip-address
mask
RP/0/RSP0/CPU0:router#(config-subif)# ipv4 address 10.1.2.3/24
Assigns an IP
address and subnet mask to the subinterface.
|
Step 11
|
no shutdown
RP/0/RSP0/CPU0:router(config-subif) # no shutdown
(Optional)
If a link is in the down state, bring it up. The
no
shutdown command returns the link to an up or down state depending on
the configuration and state of the link.
|
Step 12
|
exit
RP/0/RSP0/CPU0:router(config-subif)#exit
Exits
subinterface configuration mode for the VLAN subinterface.
|
Step 13
|
Repeat Step 7
through Step 12 to add more VLANs to the bundle you created in Step 2.
(Optional)
Adds more subinterfaces to the bundle.
|
Step 14
|
Use the
commit or
end command.
commit -
Saves the configuration changes and remains within the configuration session.
end - Prompts
user to take one of these actions:
- Yes - Saves
configuration changes and exits the configuration session.
- No - Exits the
configuration session without committing the configuration changes.
- Cancel - Remains in the
configuration mode, without committing the configuration changes.
|
Step 15
|
exit
RP/0/RSP0/CPU0:router (config-subif)# exit
Exits
interface configuration mode.
|
Step 16
|
exit
RP/0/RSP0/CPU0:router (config)# exit
Exits
Global Configuration mode.
|
Step 17
|
show ethernet trunk bundle-Ether instance
RP/0/RSP0/CPU0:routerrouter# show ethernet trunk bundle-ether 5
(Optional)
Displays the interface configuration.
The Ethernet
bundle instance range is from 1 through 65535.
|
Step 18
|
configure
RP/0/RSP0/CPU0:router# configure
Enters
Global Configuration mode.
|
Step 19
|
interface {GigabitEthernet | TenGigE}
instance
RP/0/RSP0/CPU0:router(config)# interface TenGigE 1/0/0/0
Enters the
interface configuration mode for the specified interface.
Replace the
instance
argument with the node-id in the
rack/slot/module format.
Note
|
A VLAN
bundle is not active until you add an Ethernet interface on both ends of the
link bundle.
|
|
Step 20
|
bundle id
bundle-id
[mode {active | on |
passive}]
RP/0/RSP0/CPU0:router(config-if)# bundle-id 3
Adds an
Ethernet interface to the bundle you configured in Step 2 through Step 13.
To enable
active or passive LACP on the bundle, include the optional
mode active
or
mode passive
keywords in the command string.
To add the
interface to the bundle without LACP support, include the optional
mode on
keywords with the command string.
Note
|
If you do
not specify the
mode keyword,
the default mode is
on
(LACP is not run over the port).
|
|
Step 21
|
no shutdown
RP/0/RSP0/CPU0:router(config-if)# no shutdown
(Optional)
If a link is in the down state, bring it up. The
no
shutdown command returns the link to an up or down state depending on
the configuration and state of the link.
|
Step 22
|
Repeat Step 19
through Step 21 to add more Ethernet interfaces to the bundle you created in
Step 2 .
|
Step 23
|
Use the
commit or
end command.
commit -
Saves the configuration changes and remains within the configuration session.
end - Prompts
user to take one of these actions:
- Yes - Saves
configuration changes and exits the configuration session.
- No - Exits the
configuration session without committing the configuration changes.
- Cancel - Remains in the
configuration mode, without committing the configuration changes.
|
Step 24
|
Perform Step 1
through Step 23 on the remote end of the connection.
Brings up the
other end of the link bundle.
|
Step 25
|
show bundle
Bundle-Ether
bundle-id
[
reasons
]
RP/0/RSP0/CPU0:router#show bundle Bundle-Ether 3 reasons
(Optional)
Shows information about the specified Ethernet link bundle.
The
show
bundle Bundle-Ether command displays information about the specified
bundle. If your bundle has been configured properly and is carrying traffic,
the State field in the
show
bundle Bundle-Ether command output will show the number “4,” which
means the specified VLAN bundle port is “distributing.”
|
Step 26
|
show ethernet trunk
bundle-Ether
instance
RP/0/RSP0/CPU0:router# show ethernet trunk bundle-ether 5
(Optional)
Displays the interface configuration.
The Ethernet
bundle instance range is from 1 through 65535.
|