Cisco Systems ASR 1000 Network Router User Manual


 
7-13
Cisco IOS XE Integrated Session Border Controller Configuration Guide for the Cisco ASR 1000 Series Aggregation Services Routers
OL-15421-01
Chapter 7 H.248 Services—Signaling and Control
ServiceChange Notification for Interface Status Change
DETAILED STEPS
Configuration Example Output
In the following configuration output example, the sbc interface-id command maps
physical-interface-id 1 contained in the termination ID for the pinhole to GigabitEthernet interface 1:
interface gigabitethernet1
sbc interface-id 1
no ip address
negotiation auto
no keepalive
no cdp enable
end
Subsequently, when GigabitEthernet interface 1 changes status, a service change with a wildcarded
termination ID is reported to the SBE, where 1 is the physical-interface-id in tier-5 of the nine-tier
termination ID and the SBE is able to associate status changes on GigabitEthernet interface 1 with a
pinhole:
*/*/*/*/1/*/*/*/*
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface type number
Example:
Router(config)# interface port-channel 99
Configures an interface type and enters into interface
configuration mode.
Step 4
sbc interface-id {value}
Example:
Router(config-if)# sbc interface-id 2
Maps the physical-interface-id contained in the termination
ID for the pinhole to the port channel interface.
Step 5
end
Example:
Router(config-if)# end
Exits interface configuration mode and returns to privileged
EXEC mode.