[Contents] [Prev] [Next] [Index] [Report an Error]

show route martians

Syntax

show route martians
<logical-system (all | logical-system-name)>
<table routing-table-name>

Release Information

Command introduced before JUNOS Release 7.4.

Description

Display the martian (invalid and ignored) entries associated with each routing table.

Options

none — Display standard information about route martians for all routing tables on all logical systems.

logical-system (all | logical-system-name) — (Optional) Perform this operation on all logical systems or on a particular logical system.

table routing-table-name(Optional) Display only the martian entries associated with a particular routing table.

Required Privilege Level

view

List of Sample Output

show route martians

Output Fields

Table 106 lists the output fields for the show route martians command. Output fields are listed in the approximate order in which they appear

Table 106: show route martians Output Fields

Field Name

Field Description

table-name

Name of the route table in which the route martians reside.

destination-prefix

Route destination.

match value

Route match parameter.

status

Status of the route: allowed or disallowed.

Sample Output

show route martians

user@host> show route martians
inet.0:
             0.0.0.0/0 exact -- allowed
             0.0.0.0/8 orlonger -- disallowed
             127.0.0.0/8 orlonger -- disallowed
             128.0.0.0/16 orlonger -- disallowed
             191.255.0.0/16 orlonger -- disallowed
             192.0.0.0/24 orlonger -- disallowed
             223.255.255.0/24 orlonger -- disallowed
             240.0.0.0/4 orlonger -- disallowed

inet.1:
             0.0.0.0/0 exact -- allowed
             0.0.0.0/8 orlonger -- disallowed
             127.0.0.0/8 orlonger -- disallowed
             128.0.0.0/16 orlonger -- disallowed
             191.255.0.0/16 orlonger -- disallowed
             192.0.0.0/24 orlonger -- disallowed
             223.255.255.0/24 orlonger -- disallowed
             240.0.0.0/4 orlonger -- disallowed

....

[Contents] [Prev] [Next] [Index] [Report an Error]