Verifying the VPN Aggregation Configuration
This topic includes the following tasks.
Verifying VPN Aggregation Policy Options Configuration
Purpose
Display the policy options configuration.
Action
[edit policy-options]user@host# show policy-statement policy-1 {
term t1 {
then reject;
}
}Verifying VPN Aggregation Routing Instances Configuration
Purpose
[edit routing-instances]user@host# show vrf1 {
instance-type vrf;
interface sp-1/0/0.10;
route-distinguisher 10.10.10.11:0;
vrf-import policy-1;
vrf-export policy-1;
}
vrf2 {
instance-type vrf;
interface sp-2/0/0.10;
route-distinguisher 10.10.10.22:0;
vrf-import policy-1;
vrf-export policy-1;
}
vrf3 {
instance-type vrf;
interface sp-3/0/0.10;
route-distinguisher 10.10.10.33:0;
vrf-import policy-1;
vrf-export policy-1;
}Action
Verifying VPN Aggregation Service Set Configuration
Purpose
Display the service set configuration.
Action
[edit services service-set bgf]user@host# show pgcp-rules bgf-rule;
next-hop-service {
service-interface-pool vrf-pool;
}Verifying VPN Aggregation Service Interface Pool Configuration
Purpose
Display the service interface pool configuration.
Action
[edit services service-interface-pools]user@host# show pool vrf-pool {
interface sp-1/0/0.10;
interface sp-2/0/0.10;
interface sp-3/0/0.10;
}Verifying VPN Aggregation Virtual Interface Configuration
Purpose
Display the virtual interface.
Action
[edit services pgcp]user@host# show virtual-interface 1 {
routing-instance vrf1 service-interface sp-1/0/0.10;
media-service access_ms;
}
virtual-interface 2 {
routing-instance vrf1 service-interface sp-2/0/0.10;
media-service core_ms;
}
virtual-interface 3 {
routing-instance vrf3 service-interface sp-3/0/0.10;
media-service access_ms;
}
