From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../en_CCNA4_v30/index/commands/ch5/index.html | 468 +++++++++++++++++++++ 1 file changed, 468 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/index/commands/ch5/index.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/index/commands/ch5/index.html') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/index/commands/ch5/index.html b/Bachelor/CCNA4/en_CCNA4_v30/index/commands/ch5/index.html new file mode 100644 index 0000000..767cf92 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/index/commands/ch5/index.html @@ -0,0 +1,468 @@ + + + + + + + + Commands + + + + + +
+
+ + + + + + + + + + + + +
+ + + + + +
+
+ Cisco Systems
+ + + + + +
+ +
+
+  
+ + + + +
+

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + + + + + + + +
Modules:  + + + |  + 1  |  + 2  |  + 3  |  + 4  |  5  |  + 6  |  + CS  |  + All  |
+ + + + + +
+ + + + + +
Module 5: + + Frame Relay 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  + Command + Command Description + Command Syntax
+ 5.2.1 + + encapsulation frame-relay [cisco | ietf] + To enable Frame Relay encapsulation, use the + + encapsulation frame-relay + interface + configuration command. To disable Frame Relay encapsulation, + use the + no + form of this command. + encapsulation frame-relay [cisco + | ietf]
  + + frame-relay lmi-type [ansi | cisco | q933a] + To select the Local Management Interface (LMI) type, use the + + + frame-relay lmi-type interface + configuration command. To return to the + default LMI type, use the + no + form of this command. + frame-relay lmi-type {ansi | + cisco | q933a }
  + show frame-relay map + To display the current map entries and information about the + connections, use the + show frame-relay map + EXEC command. + show frame-relay map
+ 5.2.2 + + frame-relay map protocol protocol-address dlci [broadcast] + To define the mapping between a destination protocol address and the + DLCI used to connect to the destination address, use the frame-relay + map interface + configuration command. Use the + + no + form of this command + to delete the map entry. + frame-relay map protocol + protocol-address dlci [broadcast] [ietf | cisco] [payload-compress + {packet-by-packet |frf9 stac [hardware-options]}]
  + description PVC to Dublin, DLCI 102, + Circuit #DASS465875, Contact John Tobin (061-8886745) + To add a description to an interface, use the + description interface + configuration command. Use the + + no form of this command to + remove the description. + + description string
+ 5.2.3 + interface serial 0.102 + point-to-point + Use the + interface global + configuration command to configure an + interface type and enter interface configuration mode. + interface + type slot/ port-adapter/port. subinterface-number + {multipoint | point-to-point}
  + frame-relay interface-dlci 103 + To assign a data link connection identifier (DLCI) to a specified + Frame Relay subinterface on the router or access server, use the + frame-relay interface-dlci interface + configuration command. To remove + this assignment, use the + no + form of this command. + frame-relay interface-dlci + dlci + [ietf | cisco] [voice-encap cir]
  + show frame-relay pvc + To display statistics about PVCs for Frame Relay interfaces, use the + + + show frame-relay pvc + EXEC command. + show frame-relay pvc [type + number [dlci]]
  + show frame-relay lmi + To display statistics about the Local Management Interface (LMI), use + the + show frame-relay lmi + EXEC command. + show frame-relay lmi [type + number]
+ 5.2.5 + + interface serial number. subinterface-number {multipoint | + point- + to-point} + Use the + interface global + configuration command to configure an + interface type and enter interface configuration mode. + + interface + type slot/ port-adapter/port. subinterface-number + + {multipoint | point-to-point}
  + frame-relay interface-dlci dlci-number + To assign a data link connection identifier (DLCI) to a specified + Frame Relay subinterface on the router or access server, use the + + + frame-relay interface-dlci interface + configuration command. To remove + this assignment, use the + no + form of this command. + frame-relay interface-dlci + dlci + [ietf | cisco] [voice-encap cir]
+ 5.2.6 + show frame-relay map + To display the current map entries and information about the + connections, use the + show frame-relay map + EXEC command. + show frame-relay map
  + clear frame-relay-inarp + Clears dynamically created Frame Relay maps, which are created by the + use of Inverse ARP. + clear frame-relay-inarp +
+ 5.2.7 + debug frame-relay lmi + Determines whether the router and the Frame Relay switch are sending + and receiving LMI packets properly. + debug frame-relay lmi
+ +
+ +
+ +
+ +
+ +
+ + + + + + + +
+ Close Window
+ + + + + + + + + +
+ All contents + copyright © 2003 Cisco Systems, Inc. All rights reserved.
+ +  \ No newline at end of file -- cgit v1.2.3