[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
show ppp address-pool
Syntax
- show ppp address-pool pool-name
- <detail>
Release Information
Command introduced in JUNOS Release 7.5.
Description
Display PPP address pool information.
Options
pool-name — Address pool name.
detail — (Optional) Display
detailed address pool information.
Required Privilege Level
view
List of Sample Output
show ppp address-pool
show ppp address-pool detail
Output Fields
Table 59 lists the output fields
for the show ppp address-pool command. Output fields are
listed in the approximate order in which they appear.
Table 59: show ppp address-pool Output Fields
|
Field Name
|
Field Description
|
Level of Output
|
|
Address pool
|
Trace address pool code.
|
All levels
|
|
Address range
|
Range of sequentially ordered IP
addresses contained in the address pool.
|
detail
|
|
Number of assigned addresses
|
Fixed IP address that is to be
given to remote users when they dial in. This is a host-only IP address
(subnet mask is 255.255.255.255) and is only for single connection
receiver profiles.
|
All levels
|
|
Number of addresses configured
|
Number of IP addresses that are
available for allocation and used by PPP sessions.
|
All levels
|
|
Assigned addresses
|
Addresses assigned to PPP sessions
from the address pool.
|
detail
|
show ppp address-pool
user@host> show ppp address-pool
Address pool ppp1
Address range: 10.10.220.1 - 10.10.220.10
Number of assigned addresses: 0
Number of addresses configured: 10
show ppp address-pool detail
user@host> show ppp address-pool ppp1 detail
Address pool ppp1
Address range: 10.10.220.1 - 10.10.220.10
Number of assigned addresses: 2
Number of addresses configured: 10
Assigned addresses:
10.10.220.1
10.10.220.2
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]