Service management tasks
This section discusses the following service management tasks:
Modifying VPRN service parameters
Use the CLI syntax to modify VPRN parameters.
The following example displays the VPRN service creation output.
*A:ALU-1>config>service# info
----------------------------------------------
...
vprn 1 customer 1 create
shutdown
vrf-import "vrfImpPolCust1"
vrf-export "vrfExpPolCust1"
maximum-routes 2000
autonomous-system 10000
route-distinguisher 10001:1
interface "to-ce1" create
address 172.16.0.0/12
sap 1/1/10:1 create
exit
exit
static-route-entry 192.168.255.255/16
next-hop 192.168.0.0
no shutdown
exit
exit
spoke-sdp 2 create
exit
exit
...
----------------------------------------------
*A:ALU-1>config>service>vprn#
Deleting a VPRN service
A VPRN service cannot be deleted until SAPs, interface spoke SDPs, and interfaces are shut down and deleted. If protocols or a service spoke SDP are defined, they must be shut down and removed from the configuration as well.
Use the following CLI syntax to delete a VPRN service:
- CLI syntax:
config>service#[no] vprn service-id [customer customer-id]shutdown[no] interface ip-int-name[no] sap sap-id[no] spoke-sdp sdp-id:vc-idshutdown[no] spoke-sdp sdp-id[no] shutdown
Disabling a VPRN service
A VPRN service can be shut down without deleting any service parameters.
- CLI syntax:
config>service#vprn service-id [customer customer-id]shutdown
- Example:
config>service# vprn 1config>service>vprn# shutdownconfig>service>vprn# exit
*A:ALU-1>config>service# info
----------------------------------------------
...
vprn 1 customer 1 create
shutdown
vrf-import "vrfImpPolCust1"
vrf-export "vrfExpPolCust1"
autonomous-system 10000
route-distinguisher 10001:1
auto-bind-tunnel
resolution-filter
ldp
exit
resolution filter
exit
vrf-target target:10001:1
interface "to-ce1" create
address 172.16.0.0/12
sap 1/1/10:1 create
ingress
qos 100
filter ip 6
exit
egress
qos 1010
exit
exit
exit
static-route-entry 192.168.0.0/16
next-hop 192.168.0.1
no shutdown
exit
exit
spoke-sdp 2 create
exit
exit
...
----------------------------------------------
*A:ALU-1>config>service#
Re-enabling a VPRN service
To re-enable a VPRN service that was shut down:
- CLI syntax:
config>service#vprn service-id [customer customer-id]no shutdown