Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Deleting a Charge Profile
Requirements
This example uses the following hardware and software components:
- An operational MX Series chassis
- Junos MobileNext Broadband Gateway package
Overview
This section shows an example of how to delete a charging profile.
Configuration
Step-by-Step Procedure
Use this procedure to delete the charging profile “juniper”.
- Verify the current status of maintenance mode for this
charging profile.userhost> show unified-edge ggsn-pgw charging service-mode gateway MBG1 charging-profile juniper detail Service Mode Status
Gateway Name : MBG1 ... Profile Name : juniper Service Mode : Operational
- Place the MX Series router to configuration mode.userhost# configure
- On the gateway “MBG1” place the charging profile
“juniper” into maintenance mode.userhost# set unified-edge gateways ggsn-pgw MBG1 charging charging-profiles juniper service-mode maintenance
- Commit maintenance mode.userhost# commit
- Verify that the charging profile is in active maintenance
mode where configuration changes will be accepted for this object
and all of its subhierarchies.userhost# run show unified-edge ggsn-pgw charging service-mode gateway MBG1 charging-profile juniper detail Service Mode Status
Gateway Name : MBG1 ... Profile Name : Service Mode juniper : Maintenance - Active Phase
- Delete the charging profile and commit your change.user@host# delete unified-edge gateways ggsn-pgw charging service-mode gateway MBG1 charging-profile juniper user@host# commit
- Exit maintenance mode.user@host# delete unified-edge gateways ggsn-pgw charging service-mode gateway MBG1 charging-profile juniper service-mode maintenance user@host# commit