Term
Four-step process to create a Frame Relay tunnel interface. |
|
Definition
1.(config)#interface tunnel <tunnel id> 2.(config-if)# ip address <tunnel IP address> M.M.M.M 3.(config-if)#tunnel source <tunnel source IP> 4.(config-if)#tunnel destination <tunnel dest IP> |
|
|
Term
Sets the Frame Relay encapsulation to IETF. |
|
Definition
(config-if)#encapsulation frame-relay ietf |
|
|
Term
Configures the DLCI number for a Frame Relay interface. |
|
Definition
(config-if)#frame-relay interface-dlci dlci-number |
|
|
Term
Sets the LMI type on the Frame Relay interface. |
|
Definition
(config-if)#frame-relay lmi-type type |
|
|
Term
Creates a point-to-point subinterface. |
|
Definition
(config-if)#interface interface.subinterface_number point-to-point |
|
|
Term
Creates a Frame Relay multipoint subinterface. |
|
Definition
(config-if)#interface interface.subinteface_number multipoint |
|
|
Term
Defines a static mapping between the destination IP address and the DLCI. |
|
Definition
(subif)#frame-relay map ip_address dlci |
|
|
Term
Turns off inverse arp in Frame Relay. |
|
Definition
(config-if)#no frame-relay inverse arp |
|
|
Term
Provides the LMI traffic statistics exchanged between the local router and the Frame Relay switch. |
|
Definition
|
|
Term
Provides you with a list of all configured PVCs and DLCI numbers and the status of each PVC connection. |
|
Definition
|
|
Term
Displays Frame Relay interface information about the encapsulation, as well as including line, protocol, DLCI, and LMI information. |
|
Definition
|
|
Term
Displays the Network layer-to-DLCI mappings. |
|
Definition
|
|
Term
Command to verify a Frame Relay GRE (Generic Routing Encapsulation) tunnel. |
|
Definition
#show ip interface brief | include tunnel |
|
|