Configuring Enhanced Subscriber Management With CLI

2y ago
17 Views
2 Downloads
212.71 KB
16 Pages
Last View : 29d ago
Last Download : 3m ago
Upload by : Rosemary Rios
Transcription

Triple Play Service Delivery ArchitectureConfiguring Enhanced Subscriber Management with CLIVPLSThis section provides information to configure subscriber management features using thecommand line interface. It is assumed that the reader is familiar with VPLS and IES services.Topics in this section include: Configuring RADIUS Authentication of DHCP Sessions on page 1048 Configuring Enhanced Subscriber Management on page 1049 Basic Configurations on page 1049 Configuring Enhanced Subscriber Management Entities on page 1050 Configuring a Subscriber Identification Policy on page 1051 Configuring a Subscriber Profile on page 1052 Configuring an SLA Profile on page 1054 Configuring Explicit Mapping Entries on page 1055 Applying the Profiles and Policies on page 1057 Configuring Dual Homing on page 1059 Python Script Support for ESM on page 1467 Sample Python Scripts on page 14767450 ESS Triple Play Service Delivery ArchitecturePage 1047

Configuring RADIUS Authentication of DHCP SessionsConfiguring RADIUS Authentication of DHCP SessionsWhen RADIUS authentication for subscriber sessions is enabled, DHCP messages fromsubscribers are temporarily held by the BSA, while the user’s credentials are checked on aRADIUS server.Configuring RADIUS authentication for subscriber sessions is done in two steps: First define an authentication-policy in the config subscriber-mgmt authentication-policycontext. Then apply the policy to one or more SAPs in the config service vpls sap authenticationpolicy auth-plcy-name context (for a VPLS service).Or apply the policy to one or more interfaces config service ies if authentication-policyauth-plcy-name context (for an IES service):The following example displays a partial BSA configuration with RADIUS authentication:A:ALA-1 config service# ubscriber-managementauthentication-policy BSA RADIUS createdescription "RADIUS policy for DHCP users Authentication"password er 1 address 10.100.1.1 secret "radiuskey"retry 3timeout 10exitre-authenticationuser-name-format circuit-idexitexit.vpls 800 customer 6001description "VPLS with RADIUS authentication”sap 2/1/4:100 split-horizon-group DSL-group createauthentication-policy BSA RADIUSexitsap 3/1/4:200 split-horizon-group DSL-group createauthentication-policy BSA RADIUSexitno --------A:ALA-1 config service#Page 10487450 ESS Triple Play Service Delivery Architecture

Triple Play Service Delivery ArchitectureConfiguring Enhanced Subscriber ManagementBasic ConfigurationsConfiguring and applying the Enhanced Subscriber Management profiles and policies areoptional. There are no default Profiles or policies.The basic Enhanced Subscriber Management profiles and policies must conform to the following: Unique profile or policy names (IDs) Profiles and/or policies must be associated with a VPLS or IES service to facilitate EnhancedSubscriber Management. QoS and IP filter entries configured in Enhanced Subscriber Management profiles and policies override the defaults and/or modified parameters or the default policies. The Enhanced Subscriber Management profiles and policies must be configured within thecontext of VPLS or IES.Subscriber Interface ConfigurationThe following output displays a basic subscriber interface configuration.*A:ALA-48 config service ies sub-if# escription "Routed CO - Antwerp 2018"address 192.168.2.254/24address 192.168.3.254/24address 192.168.4.254/24address 192.168.5.254/24address 192.168.6.254/24group-interface "DSLAM 01" createdescription "Routed CO - vlan / subscriber"sap 1/1/2:1001 createstatic-host ip 192.168.2.2 createexitsap 1/1/2:1002 createstatic-host ip 192.168.2.2 createexitsap 1/1/2:1004 createstatic-host ip 192.168.2.4 createexitsap 1/1/2:1100 createstatic-host ip 192.168.2.100 -------------*A:ALA-48 config service ies sub-if#7450 ESS Triple Play Service Delivery ArchitecturePage 1049

Configuring Enhanced Subscriber ManagementConfiguring Enhanced Subscriber Management Entities Configuring a Subscriber Identification Policy on page 1051 Configuring a Subscriber Profile on page 1052 Configuring a Subscriber Identification Policy on page 1051 Configuring Explicit Mapping Entries on page 1055 Applying the Profiles and Policies on page 1057Page 10507450 ESS Triple Play Service Delivery Architecture

Triple Play Service Delivery ArchitectureConfiguring a Subscriber Identification PolicyThe following displays an example of a subscriber identification policy configuration:A:ALA-48 config subscr-mgmt# sub-ident-policy "Globocom" createdescription "Subscriber Identification Policy Id Globocom"sub-profile-mapentry key "1/1/2" sub-profile "ADSL Business"exitsla-profile-mapentry key "1/1/2" sla-profile "BE-Video"exitprimaryscript-url "primaryscript.py"no shutdownexitsecondaryscript-url "secundaryscript.py"exittertiaryscript-url "tertiaryscript.py"no ------------A:ALA-48 config subscr-mgmt#7450 ESS Triple Play Service Delivery ArchitecturePage 1051

Configuring Enhanced Subscriber ManagementConfiguring a Subscriber ProfileEnhanced Subscriber Management subscriber profile configurations specify existing QoSscheduler profiles. In the following example, “BE-Video-max100M” is specified in the sub-profile“ADSL Business” for the ingress-scheduler-policy. “Upload” is specified in the -----------------------------------echo "QoS Policy --------------qosscheduler-policy "BE-Video-max100M" createdescription "Scheduler Policy Id BE-Video-max100M"tier 1scheduler "tier1" createdescription "Scheduler Policy Id BE-Video-max100M Tier 1 tier1"exitexitexitscheduler-policy "Upload" createdescription "Scheduler Policy Id Upload"tier 3scheduler "tier3" createdescription "Scheduler Policy Id Upload Tier 3 tier3"exitexitexitsap-ingress 2 createdescription "Description for Sap-Ingress Policy id # 2"queue 1 createparent "tier1"exitqueue 11 multipoint createparent "tier1"exitexitsap-egress 3 createdescription "Description for Sap-Egress Policy id # 3"queue 1 createparent "tier3"exitexitexit#-----------------------Page 10527450 ESS Triple Play Service Delivery Architecture

Triple Play Service Delivery ArchitectureThe following displays an example of a subscriber identification policy configuration:A:ALA-48 config subscr-mgmt# sub-profile "ADSL Business" createdescription "Subscriber Profile Id ADSL Business"ingress-scheduler-policy "BE-Video-max100M"scheduler "tier1" rate 99exitegress-scheduler-policy "Upload"scheduler "tier3" rate 1 cir 1exitsla-profile-mapentry key "1/1/3" sla-profile -------------A:ALA-48 config subscr-mgmt#7450 ESS Triple Play Service Delivery ArchitecturePage 1053

Configuring Enhanced Subscriber ManagementConfiguring an SLA ProfileThe following displays an example of a SLA Profile configuration:A:ALA-48 config subscr-mgmt# ---subscriber-mgmtsla-profile "BE-Video" createdescription "SLA Profile Id BE-Video"ingressqos 2queue 1exitexitexitegressqos 3queue ------------A:ALA-48 config subscr-mgmt#Page 10547450 ESS Triple Play Service Delivery Architecture

Triple Play Service Delivery ArchitectureConfiguring Explicit Mapping EntriesThe following displays an example of a explicit subscriber mapping:A:ALA-7 config subscr-mgmt# ---A:ALA-48 config subscr-mgmt# explicit-subscriber-mapentry key "1/1/1:1111" sub-profile "ADSL GO" alias "Sub-Ident-1/1/1:1111" sla-profile ----------A:A:ALA-48 config subscr-mgmt#7450 ESS Triple Play Service Delivery ArchitecturePage 1055

Configuring Enhanced Subscriber ManagementRouted CO with Basic Subscriber Management FeaturesThe following displays the output of an IES service configured with and without enhancedsubscriber management.A:term17 config service ies# bscriber-interface "s2" createaddress 11.20.1.1/16dhcpgi-address 11.20.1.1exitgroup-interface "g3" createdescription "With Enhanced Subscriber Mgmt"arp-populatedhcpserver 12.1.1.1trustedlease-populate 8000no shutdownexitsap lag-1:11 createsub-sla-mgmtdef-sub-profile "subProf"def-sla-profile "slaProf"sub-ident-policy "foo"multi-sub-sapno shutdownexithost ip 11.20.1.10 mac 00:00:aa:aa:aa:dd subscriber "One" sub-profile"subProf" sla-profile "slaProf"exitexitexitsubscriber-interface "s3" createaddress 11.39.1.1/16dhcpgi-address 11.39.1.1exitgroup-interface "g5" createdescription "Without Enhanced Subscriber Mgmt"arp-populatedhcpserver 12.1.1.1trustedlease-populate 8000no shutdownexitsap 4/1/1:24.4094 createexitexitexitno ---A:term17 config service ies#Page 10567450 ESS Triple Play Service Delivery Architecture

Triple Play Service Delivery ArchitectureApplying the Profiles and PoliciesNOTE: Subscriber interfaces operate only with basic (or enhanced) subscriber management. Atthe very least, a host, either statically configured or dynamically learned by DHCP must be presentin order for the interface to be useful.Apply the Enhanced Subscriber Management profiles and policies to the following entities: SLA Profile on page 1057 Subscriber Identification Policy on page 1061 Subscriber Profile on page 1061SLA ProfileCLI Syntax: configure service ies service-idinterface ip-int-namesap sap-idhost {[ip ip-address] [mac ieee-address} [subscribersub-ident-string] [sub-profile sub-profile-name][sla-profile sla-profile-name]sub-sla-mgmtdef-sla-profile ub-traffic sub-profile sub-profile-namesla-profile sla-profile-name [subscriber subident-string]subscriber-interface ip-int-namegroup-interface ip-int-namesap sap-idhost ip ip-address [mac ieee-address] [subscribersub-ident-string] [sub-profile sub-profilename] [sla-profile sla-profile-name]sub-sla-mgmtdef-sla-profile ub-traffic sub-profile sub-profilename sla-profile sla-profile-name [subscriber sub-ident-string]7450 ESS Triple Play Service Delivery ArchitecturePage 1057

Configuring Enhanced Subscriber ManagementCLI Syntax: configure service vpls service-idsap sap-idhost {[ip ip-address] [mac ieee-address]} [subscriber subident-string] [sub-profile sub-profile-name] [sla-profile sla-profile-name]sub-sla-mgmtdef-sla-profile ub-traffic sub-profile sub-profile-name slaprofile sla-profile-name [subscriber sub-identstring]CLI Syntax: configure service vprn service-idinterface ip-int-namesap sap-idhost {[ip ip-address] [mac ieee-address]} [subscribersub-ident-string] [sub-profile sub-profile-name][sla-profile sla-profile-name]CLI Syntax: configure subscriber-mgmtexplicit-subscriber-mapentry key sub-ident-string [sub-profile sub-profile-name][alias sub-alias-string] [sla-profile sla-profilename]sub-ident-policy sub-ident-policy-namesla-profile-mapentry key sla-profile-string sla-profile sla-profilenamesub-profile sla-profile-mapsla-profile-mapentry key sla-profile-string sla-profile sla-profilePage 10587450 ESS Triple Play Service Delivery Architecture

Triple Play Service Delivery ArchitectureConfiguring Dual HomingThe following displays an example of a dual homing configuration. The configuration shows dualhoming with a peer node with a system address of 1.1.1.23. The DHCP server returns a defaultroute with a 11.21.1.3 next -------------echo "Redundancy --------------redundancymulti-chassispeer 1.1.1.23 createsyncsrrpsub-mgmtport lag-100 sync-tag "Tag1" createexitno shutdownexitno --------------------echo "Service --------------servicecustomer 1 createdescription "Default customer"exitsdp 23 createfar-end 1.1.1.23no shutdownexities 40 customer 1 createredundant-interface "r40-1" createaddress 2.1.1.1/31spoke-sdp 23:1 createexitexitsubscriber-interface "s40-1" createaddress 11.21.1.1/16 gw-ip-address 11.21.1.3dhcpgi-address 11.21.1.1exitgroup-interface "g40-1" createdhcpserver 12.1.1.1lease-populate 8000no shutdownexitredundant-interface r40-1remote-proxy-arpsap lag-100:1 createsub-sla-mgmtdef-sub-profile "subProf"def-sla-profile "slaProf"sub-ident-policy "subIdentPolicy"multi-sub-sap7450 ESS Triple Play Service Delivery ArchitecturePage 1059

Configuring Dual Homingno shutdownexitexitsap lag-100:4094 createexitsrrp 1 createmessage-path lag-100:4094no shutdownexitexitexitno ------------A:ALA-48#Page 10607450 ESS Triple Play Service Delivery Architecture

Triple Play Service Delivery ArchitectureSubscriber Identification PolicyCLI Syntax: configure service ies service-idinterface ip-int-namesap sap-idhost {[ip ip-address] [mac ieee-address} [subscribersub-ident-string] [sub-profile sub-profile-name][sla-profile non-sub-traffic sub-profile sub-profile-namesla-profile sla-profile-name [subscriber subident-string]sub-ident-policy sub-ident-policy-nameSubscriber ProfileCLI Syntax: configure service ies service-idinterface ip-int-namesap sap-idhost {[ip ip-address] [mac ieee-address} [subscribersub-ident-string] [sub-profile sub-profile-name][sla-profile sla-profile-name]sub-sla-mgmtdef-sub-profile rsnon-sub-traffic sub-profile sub-profile-namesla-profile sla-profile-name [subscriber subident-string]CLI Syntax: configure service vpls service-idsap sap-idhost {[ip ip-address] [mac ieee-address]} [subscriber subident-string] [sub-profile sub-profile-name] [sla-profile sla-profile-name]sub-sla-mgmtdef-sub-profile ub-traffic sub-profile sub-profile-name slaprofile sla-profile-name [subscriber sub-identstring]7450 ESS Triple Play Service Delivery ArchitecturePage 1061

Configuring Dual HomingCLI Syntax: configure subscriber-mgmtsub-profile y key sub-ident-string [sub-profile sub-profile-name][alias sub-alias-string] [sla-profile sla-profilename]sub-ident-policy sub-ident-policy-namesub-profile-mapentry key sub-profile-string sub-profile sub-profilenamePage 10627450 ESS Triple Play Service Delivery Architecture

Triple Play Service Delivery Architecture 7450 ESS Triple Play Service Delivery Architecture Page 1047 Configuring Enhanced Subscriber Management with CLI VPLS This section provides information to configure subscriber management features using the command line interface. It is assume

Related Documents:

Verifying the Scheduling and Shaping Configuration for Subscriber Access. 70. Configuring Hierarchical CoS Scheduling on MPLS Ethernet Pseudowire Subscriber Interfaces. Interfaces. 72. Enhanced Subscriber Management Subscriber Logical Interfaces or Interface Sets Over Underlying . Logical Interfaces for a CoS scheduler Hierarchy. 72

construct over a shared Subscriber Access Detection Subscriber authentication and authorization Subscriber address management G0/1.10 Create a per subscriber interface ("subscriber session") G0/1.10 John Mike Ted John Mike Ted Subscribers are John, Mike and Ted. John and Mike are HSI users, Ted is VoIP user There are 3 subscribers

A subscriber key is a text field that contains a unique value assigned to each subscriber. The subscriber key is used: When a subscriber you import or create already exists in the system. When a subscriber appears multiple times on a data extension (helps with deduplication).

Per-Subscriber Support of Maximum Transmission Unit for Dynamic Profiles. 54. Understanding Per-subscriber Support of Maximum Transmission Unit for Dynamic Profiles. 54. Configuring Per-subscriber Maximum Transmission Unit for Dynamic Profiles. 56. Dynamic Variables Overview. 58. Predefined Variables in Dynamic Profiles. 60. Junos OS Predefined .

Brooktrout Fax Board Configuration 50 Configuring Docs-on-Demand 62 Configuring T.37 Fax over IP 64 Configuring Fax over IP Failover 65 Configuring SMS via the Push-Proxy Gateway 66 Configuring RightFax Internet Connector Channels 67 Configuring RightFax Connect 67 Configuring Automated Billing Codes 67 Running DocTransport on Remote Computers 69

Configuring the MICROS Standard Credit Card Payment Module 5-32 Configuring the Loadable PMS Payment Module 5-35 Configuring the Demo Payment 5-36 Setting the Front of House to Allow Pay at the Table 5-36 Configuring Email Receipts 5-38 Autosequence Events 5-39 v. Configuring Autosequence Events 5-39 Configuring the Autosequence Event Schedule 5-40 6 Taxes Understanding Tax Rates and Tax .

SCHOOL RETIREE PREMIUMS WITH1 EMPLOYER CONTRIBUTION (MONTHLY RATE) LEVEL OF COVERAGE CDHP POS Subscriber Only 69.31 146.06 Subscriber 1 Child 101.76 213.04 Subscriber Children 145.46 302.80 Subscriber Spouse 309.66 488.49 Family 359.20 590.21 1 Eligibility information can be found in the Retiree Benefits Guide.

FFive Star Billionaire.indd 1ive Star Billionaire.indd 1 221/11/2012 11:281/11/2012 11:28. 2 nights could have been spent more profi tably; I think I probably felt some degree of frustration at this. But even these are fl eeting impressions, and the only thing I really remember is the opening sequence, a sweeping panorama of metal-and-glass skyscrapers glinting in the sun, people in sharp .