Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show unified-edge tdf address-assignment pool

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show unified-edge tdf address-assignment pool
<brief | detail | summary>
<fpc-slot fpc-slot>
<gateway gateway-name>
<name pool-name>
<pic-slot pic-slot>
<routing-instance routing-instance>

Description

Display information about the address pools for one or more TDF gateways. If a TDF gateway is not specified, then information for all TDF gateways is displayed.

Options

none

(Same as brief) Display address information about the address pools in brief for all TDF gateways.

brief | detail | summary

(Optional) Display the specified level of output.

fpc-slot fpc-slot

(Optional) Display address pool information for the session PIC in the specified FPC slot.

gateway gateway-name

(Optional) Display address pool information for the specified TDF gateway.

name pool-name

(Optional) Display information for the specified address pool.

pic-slot pic-slot

(Optional) Display address pool information for the session PIC in the specified PIC slot.

routing-instance routing-instance

(Optional) Display the address pool information for the specified routing instance.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show unified-edge tdf address-assignment pool command. Output fields are listed in the approximate order in which they appear.

Table 1: show unified-edge tdf address-assignment pool Output Fields

Field Name

Field Description

Level of Output

Pool or Name

Name of the address pool.

All levels

FPC/PIC

FPC and PIC slots of the session PIC for which the address pool information is displayed.

detail

Total addresses

Total number of addresses available in the address pool.

brief

detail

Total

Total number of addresses available in the address pool.

summary

Addresses in use

Number of addresses that have been allocated.

brief

detail

In-use

Number of addresses that have been allocated.

summary

Addresses skipped

Number of addresses that are excluded from allocation.

brief

detail

Address usage (percent)

Percentage of the total addresses used.

brief

detail

Util (%)

Percentage of the total addresses used.

summary

Addresses in aging period

Number of addresses that are currently being released and that cannot be allocated.

brief

detail

Routing Instance

Name of the routing instance to which the address pool belongs.

All levels

Gateway

TDF gateway to which the session PIC belongs.

detail

Pool Maintenance Mode

Service mode of the address pool; for example, Operational or Maintenance.

detail

Address chunks

Number of chunks of IP addresses in the address pool (for the session PIC) that are currently being assigned

detail

Total address chunk size

Total number of addresses in the address chunk (for the session PIC).

detail

Total allocation failures

Total number of addresses that were not allocated.

detail

Sample Output

show unified-edge tdf address-assignment pool brief

content_copy zoom_out_map
user@host> show unified-edge tdf address-assignment pool brief


Pool: pool1
  Total addresses:           16777215
  Addresses in use:          1600
  Addresses skipped:         416
  Address usage (percent):   0
  Addresses in aging period: 1600
  Routing instance:          default


Pool: pool2
  Total addresses:           256
  Addresses in use:          254
  Addresses skipped:         2
  Address usage (percent):   99
  Addresses in aging period: 0
  Routing instance:          default

[...output truncated...]

show unified-edge tdf address-assignment pool detail

content_copy zoom_out_map
user@host> show unified-edge tdf address-assignment pool detail

Pool: pool1 (FPC/PIC: 4/0)
  Pool Maintenance Mode:     Operational
  Total addresses:           16777215
  Addresses in use:          822
  Addresses skipped:         208
  Address usage (percent):   0
  Addresses in aging period: 822
  Routing instance:          default
  Gateway:                   TDF
  Address chunks:            26
  Total address chunk size:  26416
  Total allocation failures: 0

Pool: pool1 (FPC/PIC: 4/1)
  Pool Maintenance Mode:     Operational
  Total addresses:           16777215
  Addresses in use:          778
  Addresses skipped:         208
  Address usage (percent):   0
  Addresses in aging period: 778
  Routing instance:          default
  Gateway:                   TDF
  Address chunks:            26
  Total address chunk size:  26416
  Total allocation failures: 0

Pool: pool2 (FPC/PIC: 4/0)
  Pool Maintenance Mode:     Operational
  Total addresses:           256
  Addresses in use:          0
  Addresses skipped:         0
  Address usage (percent):   0
  Addresses in aging period: 0
  Routing instance:          default
  Gateway:                   TDF
  Address chunks:            0
  Total address chunk size:  0
  Total allocation failures: 0

[...output truncated...]

show unified-edge tdf address-assignment pool summary

content_copy zoom_out_map
user@host> show unified-edge tdf address-assignment pool summary
                                                    Util
Name                         Total       In-use     (%)  Routing instance
pool1                        16777215    1600       0    default
pool2                        256         254        99   default
pool3                        256         47         18   default
v4_pool                      16777216    0          0    default
v4_pool1                     16777215    0          0    default
v6_pool                      16777215    0          0    default
v6_pool1                     16777215    0          0    default

Release Information

Statement introduced in Junos OS Release 17.1.

footer-navigation