[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring F5 OAM for Data PVCs

In ATM VC Configuration mode, you can use the individual commands listed in Table 8 to configure nondefault values for F5 OAM services.

Table 8: F5 OAM Configuration Tasks and Associated Commands

To Configure

Use This Command

Surveillance parameters for alarm indication signal (AIS) and remote defect indication (RDI) fault management cells

oam ais-rdi

Continuity check (CC) verification

oam cc

Generation of F5 loopback cells and enabling of VC integrity

oam-pvc

Parameters for VC integrity

oam retry

For more information about OAM parameters, see Operations, Administration, and Management of ATM Interfaces .

Note: The oam-ais rdi command and the oam retry command are available only in ATM VC Configuration mode. There is no equivalent atm pvc command to configure these F5 OAM alarm surveillance and VC integrity parameters.

For example, the following commands enable VC integrity on a data PVC with a nondefault loopback frequency (30 seconds). Issuing the exit command causes the configuration to take effect.

host1(config)#interface atm 3/0.0
host1(config-subif)#pvc 32 0/32
host1(config-subif-atm-vc)#oam-pvc manage 30
host1(config-subif-atm-vc)#exit
host1(config-subif)#

The following commands, which are available only in ATM VC Configuration mode, configure nondefault VC integrity and alarm surveillance parameters on a data PVC. In this example, the VC integrity parameters configured with the oam retry command include the up retry count (4), down retry count (6), and retry frequency (2). The alarm surveillance parameters configured with the oam ais-rdi command include the alarm down count (2) and alarm clear timeout duration (4 seconds). Issuing the exit command causes the configuration to take effect.

host1(config)#interface atm 3/0.0
host1(config-subif)#pvc 32 0/32
host1(config-subif-atm-vc)#oam retry 4 6 2
host1(config-subif-atm-vc)#oam ais-rdi 2 4
host1(config-subif-atm-vc)#exit
host1(config-subif)#

oam ais-rdi

oam cc

oam-pvc

oam retry


[Contents] [Prev] [Next] [Index] [Report an Error]