Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

show amt tunnel

Syntax

show amt tunnel<brief | detail><gateway-address gateway-ip-address> <port port-number><instance instance-name><logical-system (all | logical-system-name)><tunnel-interface interface-name>

Release Information

Command introduced in JUNOS Release 10.2.

Description

Display information about the Automatic Multicast Tunneling (AMT) dynamic tunnels.

Options

none

Display summary information about all AMT protocol instances.

brief | detail

(Optional) Display the specified level of detail.

gateway-address gateway-ip-address port port-number

(Optional) Display information for the specified AMT gateway only. If no port is specified, display information for all AMT gateways with the given IP address.

instance instance-name

(Optional) Display information for the specified instance only.

logical-system (all | logical-system-name)

(Optional) Perform this operation on all logical systems or on a particular logical system.

tunnel-interface interface-name

(Optional) Display information for the specified AMT tunnel interface only.

Required Privilege Level

view

List of Sample Output

show amt tunnel
show amt tunnel detail
show amt tunnel tunnel-interface
show amt tunnel gateway-address
show amt tunnel gateway-address detail

Output Fields

Table 1 describes the output fields for the show amt tunnel command. Output fields are listed in the approximate order in which they appear.

Table 1: show amt tunnel Output Fields

Field Name

Field Description

Level of Output

AMT gateway address

Address of the AMT gateway that is being connected by the AMT tunnel.

All levels

port

Client port used by the AMT tunnel.

All levels

AMT tunnel interface

Dynamically created AMT logical interfaces used by the AMT tunnel in the format ud-FPC/PIC/Port.unit.

All levels

AMT tunnel state

State of the AMT tunnel. The state is normally Active.

  • Active—The tunnel is active.
  • Pending—The tunnel creation is pending. This is a transient state.
  • Down—The tunnel is in the down state.
  • Graceful restart pending—Graceful restart is in progress.
  • Reviving—The routing protocol daemon or Routing Engine was restarted (not gracefully). The tunnel remains in the reviving state until the AMT gateway sends a control message. When the message is received the tunnel is moved to the Active state. If no message is received before the AMT tunnel inactivity timer expires, the tunnel is deleted.

All levels

AMT tunnel inactivity timeout

Number of seconds since the most recent control message was received from an AMT gateway. If no message is received before the AMT tunnel inactivity timer expires, the tunnel is deleted.

All levels

Number of groups

Number of multicast groups using the tunnel.

All levels

Group

Multicast group address or addresses using the tunnel.

detail

Include Source

Multicast source address for each IGMPv3 group using the tunnel.

detail

AMT message count

Statistics for AMT messages:

  • AMT Request—Number of AMT relay tunnel request messages received.
  • AMT membership update—Number of AMT membership update messages received.

All levels

Sample Output

show amt tunnel

user@host> show amt tunnel
AMT gateway address : 11.11.11.2, port : 2268
 AMT tunnel interface : ud-5/1/10.1120256
 AMT tunnel state : Active
 AMT tunnel inactivity timeout : 15
 Number of groups : 1

AMT message count:
AMT Request    AMT membership update
2              2 

show amt tunnel detail

user@host> show amt tunnel detail
AMT gateway address : 11.11.11.2, port : 2268
 AMT tunnel interface : ud-5/3/10.1120512
 AMT tunnel state : Active
 AMT tunnel inactivity timeout : 62
 Number of groups : 1
  Group: 226.2.3.2

AMT message count:
AMT Request    AMT membership update
2              2 

 AMT gateway address : 11.11.11.3, port : 2268
 AMT tunnel interface : ud-5/2/10.1120513
 AMT tunnel state : Active
 AMT tunnel inactivity timeout : 214
 Number of groups : 1
  Group: 226.2.3.3

AMT message count:
AMT Request    AMT membership update
2              2 

show amt tunnel tunnel-interface

user@host> show amt tunnel tunnel-interface ud-5/3/10.1120512
 AMT gateway address : 11.11.11.2, port : 2268
 AMT tunnel interface : ud-5/3/10.1120512
 AMT tunnel state : Active
 AMT tunnel inactivity timeout : 145
 Number of groups : 1

AMT message count:
AMT Request    AMT membership update
2              2 

show amt tunnel gateway-address

user@host> show amt tunnel gateway-address 11.11.11.3 port 2268
AMT gateway address : 11.11.11.3, port : 2268
 AMT tunnel interface : ud-5/2/10.1120513
 AMT tunnel state : Active
 AMT tunnel inactivity timeout : 214
 Number of groups : 1
  Group: 226.2.3.3

AMT message count:
AMT Request    AMT membership update
2              2 

show amt tunnel gateway-address detail

user@host> show amt tunnel gateway-address 11.11.11.2 detail
AMT gateway address : 11.11.11.2, port : 2268
 AMT tunnel interface : ud-5/3/10.1120512
 AMT tunnel state : Active
 AMT tunnel inactivity timeout : 234
 Number of groups : 1
  Group: 226.2.3.2

AMT message count:
AMT Request    AMT membership update
2              2 

Published: 2013-07-31