A
- address pools
- assigned IP subscribers
- address pools. See IP address pools
- application manager
- assigned IP subscribers
- PCMM network 1, 2
- setting timeouts
- voice over IP
C
- cable modem termination system. See CMTS devices
- client type 1, PCMM
- client type 2, PCMM
- CMTS devices
- CMTS locator
- monitoring
- COA script services, configuring
- configuration wizard
- configuration wizards
- conventions
- custom RADIUS authentication plug-ins
- customer support 1
D
- Data over Cable Service Interface Specifications. See DOCSIS protocol
- Diameter
- peers
- SNMP support
- Diameter server
- DOCSIS protocol
- documentation
- domains
- dynamic RADIUS authorization requests
E
- end-to-end services
- event notification, PCMM network
- configuration statements
- description
- properties, configuring
F
- flexible RADIUS authentication plug-ins
G
- Gx router driver
- application information, configuring
- dynamic PCC rules, configuring
- flow information, configuring
- Gx policies for dynamic PCC rules, configuring
- Gx policies for static PCC rules, configuring
- overview
- policies, configuration statements
- policies, configuring
- policy list, configuring
- QoS information, configuring
- redirect information, configuring
- static PCC rules, configuring
- steering information, configuring
I
- intelligent-service-edge device driver
- configuring initialization scripts
- IP address pools
- assigned IP subscribers
- assigned IP subscribers, configuring
- local address pools, configuring
- static pools, configuring
J
- JPS (Juniper Policy Server)
- application manager-to-policy server interface, configuring
- application manager-to-policy server interface, monitoring
- architecture
- CMTS devices, monitoring
- CMTS locator, monitoring
- JPS state, monitoring
- logging, configuring
- logging, modifying
- message flows, monitoring
- message handler, monitoring
- monitoring
- C-Web interface
- SRC CLI 1, 2
- operational status
- overview
- policy server-to-CMTS interface, configuring
- policy server-to-CMTS interface, monitoring
- policy server-to-RKS interface, configuring
- policy server-to-RKS interface, monitoring
- server process, monitoring
- starting
- stopping
- subscriber address mappings, configuring
- subscriber configuration, modifying
- Juniper Policy Server. See JPS
L
- login process
M
- manuals
N
- NIC (network information collector)
- IP address pools, configuring
- notice icons
P
- packet mirroring, configuring
- PCMM (PacketCable Multimedia)
- application manager, role
- client type 1
- client type 2
- CMTS device, role
- configuring SAE
- creating sessions
- description
- end-to-end QoS architecture
- end-to-end services
- integrating SRC software
- IP service edge domain
- IP subscriber edge domain
- logging in subscribers
- overview
- policy server, role
- provisioning end-to-end services
- record-keeping server
- RF domain
- SAE
- SAE communities
- session store
- single-phase resource reservation model
- SRC software in
- video-on-demand example
- videoconferencing example
- PCMM device driver
- configuration statements
- configuring
- PCMM record-keeping server plug-in
- configuration statements
- configuring
- description
- plug-ins
- policy servers
- adding application manager groups
- adding objects to directory
- role, in PCMM architecture
- specifying application managers
- specifying SAE communities
Q
- QoS (quality of service)
- QoS profile-tracking plug-in
- QoS profiles, routers running JunosE Software
- how tracking works
- managing dynamically
- updating directory, using
- quality of service. See QoS
R
- RADIUS
- record-keeping server. See RKS
- RKS (record-keeping server)
- peers, configuration statements
- peers, configuring in plug-ins
- plug-in
- plug-in, configuration statements
- plug-in, configuring
- role in PCMM environment
- roaming wireless environment
S
- SAE (service activation engine)
- configuring as an application manager
- PCMM environment
- redundancy. See SAE communities
- SAE (service activation engine), configuring
- SAE communities
- configuration overview
- configuration statements
- configuring manager
- defining members
- description
- service flows
- services
- session store
- single phase resource reservation model, PCMM
- subscriber
- support, technical See technical support
T
- technical support
- text conventions defined
- traffic policies, PCMM
W
Download This Guide
Related Documentation
- Adding Objects for CMTS Devices (SRC CLI)
- Configuring CMTS-Specific RKS Plug-Ins (SRC CLI)
- Associating Security Names with a Community (SRC CLI)
Creating Virtual Routers for the CMTS Device (SRC CLI)
You need to add a virtual router object called default to the CMTS device.
Use the following configuration statements to add a virtual router:
snmp-read-community snmp-read-community ;
snmp-write-community snmp-write-community ;
scope [ scope ...];
local-address-pools local-address-pools ;
static-address-pools static-address-pools ;
tracking-plug-in [ tracking-plug-in ...];}
To add a virtual router:
- From configuration mode, access the configuration statements
for virtual routers. In this sample procedure, pcmm_dtr is the name
of the router and default is the name of the virtual router. user@host# edit shared network device pcmm_dtr virtual-router default
- Specify the addresses of SAEs that can manage this router.
This step is required for the SAE to work with the router. [edit shared network device pcmm_dtr virtual-router default] user@host# set sae-connection [ sae-connection ...]
To specify the active SAE and the redundant SAE, enter an exclamation point (!) after the hostname or IP address of the connected SAE. For example:
[edit shared network device pcmm_dtr virtual-router default]user@host# set sae-connection [sae1! sae2!] - (Optional) Specify an SNMP community name for SNMP read-only
operations for this VR.[edit shared network device pcmm_dtr virtual-router default] user@host# set snmp-read-community snmp-read-community
- (Optional) Specify an SNMP community name for SNMP write
operations for this virtual router. [edit shared network device pcmm_dtr virtual-router default] user@host# set snmp-write-community snmp-write-community
- (Optional) Specify service scopes assigned to this virtual
router.
See Configuring Service Scopes (SRC CLI).
[edit shared network device pcmm_dtr virtual-router default] user@host# set scope [ scope ...] - (Optional) Specify the list of IP address pools that a
CMTS virtual router currently manages and stores.
If you are using assigned IP subscribers along with the network information collector (NIC), you need to configure either a local or static address pool so that the NIC can resolve the IP-to-SAE mapping.
[edit shared network device pcmm_dtr virtual-router default] user@host# set local-address-pools local-address-pools - (Optional) Specify the list of IP address pools that a
CMTS VR manages but does not store.
If you are using assigned IP subscribers along with the NIC, you need to configure either a local or static address pool so that the NIC can resolve the IP-to-SAE mapping.
[edit shared network device pcmm_dtr virtual-router default] user@host# set static-address-pools static-address-pools - (Optional) Specify the plug-ins that track interfaces
that the SAE manages on this virtual router. [edit shared network device pcmm_dtr virtual-router default] user@host# tracking-plug-in [ tracking-plug-in ...]
- (Optional) Verify your configuration.
[edit shared network device pcmm_dtr virtual-router default] user@host# show sae-connection [ 10.14.39.2 10.10.5.30 ]; snmp-read-community ********; snmp-write-community ********; scope POP-Westford; local-address-pools "10.25.8.0 10.25.20.255"; tracking-plug-in rksPlugin;
Related Documentation
- Adding Objects for CMTS Devices (SRC CLI)
- Configuring CMTS-Specific RKS Plug-Ins (SRC CLI)
- Associating Security Names with a Community (SRC CLI)