Cisco Cisco IOS Software Release 12.0(23)S

Descargar
Página de 44
 
      ATM VC Bundle Management on Cisco 12000 Series 8-Port OC-3 STM-1 ATM Line Cards
Configuration Examples
10
Cisco IOS Release 12.0(23)S
Configuration Examples
This section provides the following configuration examples:
VC Bundle Configuration on an IP Subinterface Example
This example configures a VC bundle with eight member VCs on an IP subinterface.
interface ATM5/0.2 point-to-point
 ip address 1.5.0.1 255.255.255.0
 no ip directed-broadcast
 no atm enable-ilmi-trap
 bundle b502
pvc-bundle 1/107
 precedence 7
pvc-bundle 1/106
 precedence 6
pvc-bundle 1/105
 precedence 5
pvc-bundle 1/104
 precedence 4
pvc-bundle 1/103
 precedence 3
pvc-bundle 1/102
 precedence 2
pvc-bundle 1/101
 precedence 1
pvc-bundle 1/100
 precedence other
!
VC Bundle Configuration Using MPLS and Service Policies Example
This example configures a VC bundle with three member VCs on a MPLS-enabled subinterface. Each 
of the bundle members has a different service policy attached.
interface ATM5/1.1 point-to-point
 ip address 1.1.2.1 255.255.255.0
 no ip directed-broadcast
 no atm enable-ilmi-trap
 bundle b511
oam retry 3 5 1
oam-bundle manage
pvc-bundle 1/103
 service-policy out taz_high
 mpls experimental 5-7
pvc-bundle 1/102
 service-policy out taz_med
 mpls experimental 2-4
pvc-bundle 1/101
 service-policy out taz_low
 mpls experimental 0-1