Cisco Cisco Packet Data Gateway (PDG)

Seite von 391
Verifying and Saving Your Configuration   
▀  Verifying the Configuration 
 
 
▄  ASR 5000 System Administration Guide, StarOS Release 16 
92 
   
Verifying the Configuration 
You can use a number of commands to verify the configuration of your feature, service, or system. Many are 
hierarchical in their implementation and some are specific to portions of or specific lines in the configuration file. 
Feature Configuration 
In many configurations, you have to set and verify specific features. An example includes IP address pool configuration. 
Using this example, enter the following commands to verify proper feature configuration: 
Enter the show ip pool command to display the IP address pool configuration. The output from this command should 
look similar to the sample shown below. In this example, all IP pools were configured in the isp1 context. 
context : isp1:  
+-----Type:    (P) - Public    (R) - Private  
|              (S) - Static    (E) - Resource  

|+----State:   (G) - Good      (D) - Pending Delete   (R)-Resizing 
|| 
||++--Priority: 0..10 (Highest (0) .. Lowest (10)) 
|||| 
||||+-Busyout: (B) - Busyout configured  
|||||| 
vvvvvv Pool Name              Start Address   Mask/End Address Used   Avail 
----- ----------------------- --------------- ---------------  ---------------- 
PG00  ipsec                   12.12.12.0      255.255.255.0    0        254 
PG00  pool1                   10.10.0.0       255.255.0.0      0        65534 
SG00  vpnpool                 192.168.1.250   192.168.1.254    0        5  
  
Total Pool Count: 5 
Important:
  To configure features on the system, use the show commands specifically for these features. Refer to 
the Exec Mode show Commands chapter in the Command Line Interface Reference for more information. 
Service Configuration 
Verify that your service was created and configured properly by entering the following command: 
show  service_type service_name 
The output is a concise listing of the service parameter settings similar to the sample displayed below. In this example, a 
P-GW service called pgw is configured.