Cisco Systems OL-7396-01 Network Router User Manual


 
7-52
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter 7 Configuring Virtual Connections
Configuring Timer Rules Based Soft PVC and Soft PVP Connections
Example
The following example shows absolute timer configuration.
Switch# configure terminal
Switch(config)# atm timer rule rule1 absolute start 10:00 30 dec 2004 end 10:30 31 dec
2004
The following example creates a timer group and adds a timer rule to a timer group.
Switch(config)# atm timer group timerGrp1
Switch(config-timer-grp)# timer-rule rule1
Switch(config-timer-grp)# exit
The following example creates a time based soft-vc where a timer-group is associated to a soft-vc
connection.
Switch(config)# interface atm 0/1/1
Switch(config-if)# atm soft-vc 10 120 dest-address
47.0091.8100.0000.00e0.f75d.0401.4000.0c80.0020.00 10 110 timer-group timerGrp1
Configuring Timer Rules Based Soft PVPs
To configure the timer rules based soft PVP, perform the following steps, beginning in global
configuration mode:
Command Purpose
Step 1
Switch(config)# atm timer rule name {absolute
start hh:mm date-month-year {duration hh:mm |
end hh:mm date-month-year } | periodic {daily |
weekday | weekend | day-of-the-week } hh:mm
{duration hh:mm | to hh:mm day-of-the-week}
[rx-cttr index] [tx-cttr index]}
Creates a timer rule to specify the setup or
teardown time for a soft PVC based on the timer
values configured.
Step 2
Switch(config)# atm timer group name
Switch(config-timer-grp)#
Creates and specifies the name of an ATM timer
group and changes to ATM timer group
configuration mode.
Step 3
Switch(config-timer-grp)# timer-rule name Adds a previously configured timer rule to the
ATM timer group.
Step 4
Switch(config-timer-grp)# exit Exits ATM timer group configuration mode.
Step 5
Switch(config)# interface atm card/subcard/port
Switch(config-if)#
Selects the interface to be configured.
Step 6
Switch(config-if)# atm soft-vp source-vpi
dest-address atm-address dest-vpi
[timer-group name]
Configures the soft PVC and allows you to
configure a timer rules based setup and teardown
timer for the soft PVC.