Frame relay clear and show commands, Frame relay clear and show commands -102, Clear frame-relay inarp – Enterasys Networks X-Pedition XSR CLI User Manual

Page 426

Advertising
background image

Frame Relay Clear and Show Commands

9-102 Configuring Frame Relay

Examples

This example selects sub‐interface Serial 1/0.5 on a serial interface:

XSR(config)#interface serial 1/0
XSR(config-if<S1/0>)#encapsulation frame-relay
XSR(config-if<S1/0>)#no shutdown
XSR(config-if<S1/0>)#interface serial 1/0.5 multi-point
XSR(config-subif<S1/0.5>)#no shutdown

This example selects a sub‐interface on a T1/E1 card:

XSR(config)#interface serial 2/1
XSR(config-if<S2/1>)#encapsulation frame-relay
XSR(config-if<S2/1>)#no shutdown
XSR(config-if<S2/1>)#interface serial 2/1:12.1 multi-point
XSR(config-subif<S2/1:12.1>)#no shutdown

Frame Relay Clear and Show Commands

clear frame-relay counter

This command clears the statistics of a particular Frame Relay DLCI, or all DLCIs under a 
specified Frame Relay sub‐interface, or a Frame Relay port, or all Frame Relay ports on the XSR.

Syntax

clear frame-relay counter [[interface] [interface-num] [dlci dlci-num]]

Mode

EXEC: 

XSR>

clear frame-relay inarp

This command clears the inverse ARP table of one or all Frame Relay ports, causing the Frame 
Relay multipoint sub‐interfaces to issue Inverse ARP requests to re‐discover next hop addresses.

Syntax

clear frame-relay inarp [interface][interface-num][dlci] [dlci-num]

interface
-num

The interface or sub‐interface number of the Frame Relay port or sub‐interface 
affected by this command. If interface serial interface‐num is not specified, then 
this command applies to all Frame Relay ports. If interface‐num specifies a sub‐
interface, then only DLCIs in that particular sub‐interface will be cleared. If 
interface‐num calls for an interface, then all DLCIs on the Frame Relay interface 
will be cleared.

dlci-num

The specific DLCI whose statistics will be cleared.

Advertising