Chapter 4 Media Address Pools
Configuring Media Address Pools Example
| Command or Action | Purpose |
Step 8 |
|
|
show sbc | Lists the media addresses and H.248 control | |
|
| addresses configured on DBEs. |
| Example: |
|
| Router# show sbc mySbc dbe addresses |
|
Step 9 |
|
|
show sbc | Displays the statistics about one or more media | |
| port | flows collected on the DBE and shows, as an |
|
| example, the following reported fields: |
| Example: | • |
| Router# show sbc mySbc dbe | flows to and from this IPv4 media address. |
| 10.0.1.1 port 20000 | • |
|
| |
|
| flows to and from this port. |
|
| The RTCP packet statistics are collected from RTCP |
|
| packets transmitted by endpoints and are updated |
|
| when the RTCP packets are received. |
|
|
|
Configuring Media Address Pools Example
This section provides a sample configuration for media address pools.
The following sample script adds a single address (10.10.10.1), and two ranges of addresses (10.10.11.1 through 10.10.11.10 and 10.10.11.21 through 10.10.11.30) to the default media address pool.
Two port ranges are configured on the single address. The first port range is for voice traffic, and runs from port 16384 to 20000 inclusively. The second one is for video traffic, and runs from port 20001 to 65535 inclusively.
The first range of addresses also has two similar port ranges configured that apply to all ten addresses within the range.
The second range of addresses has a single port range defined, and no service class associated with it.
Router(config)# interface sbc 1 |
|
Router(config)# sbc mySBC dbe |
|
ipv4 10.10.10.1 | |
exit | |
pool ipv4 10.10.11.1 10.10.11.10 | |
exit | |
pool ipv4 10.10.11.21 10.10.11.30 | |
|
Cisco IOS XE Integrated Session Border Controller Configuration Guide for the Cisco ASR 1000 Series Aggregation Services Routers
| ||
|