- Preface
- Product Overview
- Basic Router Configuration
- Configuring Ethernet CFM and Y.1731 Performance Monitoring on Layer 3 Interfaces
- Configuring Power Management
- Configuring Security Features
- Configuring Secure Storage
- Configuring Backup Data Lines and Remote Management
- Configuring Ethernet Switches
- Configuring Voice Functionality
- Configuring the Serial Interface
- Configuring Wireless Devices
- Configuring PPP over Ethernet with NAT
- Configuring PPP over ATM with NAT
- Environmental and Power Management
- Configuring a LAN with DHCP and VLANs
- Configuring a VPN Using Easy VPN and an IPSec Tunnel
- Configuring Cisco Multimode G.SHDSL EFM/ATM
- Configuring VDSL2 Bonding and Single-Wire Pair
- Configuring Cisco IOx
- Deployment Scenarios
- Troubleshooting Cisco 800 Series Routers
- Cisco IOS Software Basic Skills
- Concepts
- ROM Monitor
- Index
Configuring VDSL2
Bonding and Single-Wire Pair
Very-high-bit-rate digital subscriber line 2 (VDSL2) bonding combines two copper wire pairs to increase the capacity or extend the copper network's reach. For a customer, this means enhanced data rate and operation on longer loops. A single-wire pair enables you to configure profile 8a through 17a and ADSL on line 0, and profile 8a through 30a on line 1. VDSL2 bonding and single-wire pair are supported on C897VAB-K9 series router.
This chapter contains the following sections:
- Restrictions
- Configuring Bonding in Auto Mode
- Configuring Bonding in VDSL2 Mode
- Configuring a Single-Wire Pair on Line 0
- Configuring a Single-Wire Pair on Line 1
- Configuration Examples
Restrictions
The following restrictions are applicable to VDSL2 bonding on the Cisco 800 Series Routers:
-
VDSL2 bonding is supported only on the C897VAB-K9 Series Router.
- Even though C897VAB-K9 is a bonding SKU, bonding is not the default configuration. The ADSL mode and VDSL single-wire mode are supported in the default configuration. You should enable bonding using the line-mode bonding command.
- The no line-mode bonding and default line-mode bonding commands change the configuration to 'single-wire' on Line 0, which is the default configuration.
- The line-mode configuration is removed from the router whenever you change the operating mode. You have to run the command again in the new operating mode to configure bonding.
Configuring Bonding in Auto Mode
You can configure bonding either in auto mode or VDSL2. The default configuration is auto.
Perform the following tasks to configure bonding in auto mode:
1.
configure terminal
2.
controller VDSL
slot
3.
operating mode
mode
4.
line-mode bonding
5.
exit
DETAILED STEPS
Configuring Bonding in VDSL2 Mode
Perform the following tasks to configure bonding in VDSL2 mode:
1.
configure terminal
2.
controller VDSL
slot
3.
operating mode
mode
4.
line-mode bonding
5.
exit
DETAILED STEPS
Configuring a Single-Wire Pair on Line 0
Perform the following tasks to configure single-wire pair on line 0:
1.
configure terminal
2.
controller VDSL
slot
3.
line-mode single-wire line
line-number
4.
exit
DETAILED STEPS
Configuring a Single-Wire Pair on Line 1
Perform the following tasks to configure single-wire pair on line 1.
1.
configure terminal
2.
controller VDSL
slot
3.
line-mode single-wire line
line-number [profile 30a]
4.
exit
DETAILED STEPS
Configuration Examples
The following example shows how to enable bonding in auto mode:
router# configure terminal router(config)# controller vdsl 0 router(config)# operating mode auto router(config-controller)# line-mode bonding router(config-controller)# exit
The following example shows how to enable VDSL2 bonding:
router# configure terminal router(config)# controller vdsl 0 router(config)# operating mode vdsl2 router(config-controller)# line-mode bonding router(config-controller)# exit
The following example shows how to remove bonding:
router# configure terminal router(config)# controller vdsl 0 router(config)# no operating mode router(config-controller)# no line-mode bonding router(config-controller)# exit
The following example shows how to enable profile 8a through 17a on line 0:
router# configure terminal router(config)# controller vdsl 0 router(config-controller)# line-mode single-wire line 0 router(config-controller)# exit
The following example shows how to enable profile 30a on line 1:
router# configure terminal router(config)# controller vdsl 0 router(config-controller)# line-mode single-wire line 1 profile 30a router(config-controller)# exit
The following example shows how to remove profile 30a from line 1:
router# configure terminal router(config)# controller vdsl 0 router(config-controller)# no line-mode single-wire line 1 router(config-controller)# exit