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 --- Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/buttons.html | 110 +++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/content.html | 172 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/index.html | 29 ++++ Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/media.html | 21 +++ 4 files changed, 332 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/buttons.html new file mode 100644 index 0000000..cba1fe5 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/buttons.html @@ -0,0 +1,110 @@ + + + + + + + + + + + +New Page 1 + + + + + + + + + + + + + + + + + + + + + + + + +
  + + + + + + + +
+ + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/content.html new file mode 100644 index 0000000..298dbbc --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/content.html @@ -0,0 +1,172 @@ + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 5.2 + Configuring Frame Relay 
  + 5.2.6 + Verifying the Frame Relay + configuration 
+ + + + + + +
+ +

+ The + show interfaces + command displays information regarding the encapsulation and Layer 1 + and Layer 2 status. It also displays information about the following:

+
    +
  • + The LMI type
  • +
  • + The LMI DLCI
  • +
  • + The Frame Relay data terminal equipment/data circuit-terminating + equipment (DTE/DCE) type
  • +
+ +

+ Normally, the router is considered a data terminal equipment (DTE) + device. However, a Cisco router can be configured as a Frame Relay switch. + The router becomes a data circuit-terminating equipment (DCE) device when it + is configured as a Frame Relay switch. +

+ +

+ Use the + show frame-relay lmi + command to display LMI traffic statistics. + For example, + this command demonstrates the number of status messages exchanged between the local + router and the local Frame Relay switch.

+ +

+ Use the + show frame-relay pvc [interface interface] [dlci] + command to display the status of each configured PVC as well as + traffic statistics. + This command is + also useful for viewing the number of BECN and FECN packets received by the + router. The PVC status can be active, inactive, or + deleted.

+ +

+ The + show frame-relay pvc + command displays the status of all the PVCs configured on the router. + Specifying a PVC will show the status of only that PVC. In Figure + , the + + show frame-relay pvc 100 + command displays the status of only PVC 100.

+ +

+ Use the + show frame-relay map + command to display the current map entries and information about the + connections. The following information interprets the + + show frame-relay map + output that appears in Figure + :

+
    +
  • + 100 is the decimal value of the local DLCI number
  • +
  • + 0x64 is the hex conversion of the DLCI number, 0x64 = 100 decimal
  • +
  • + 0x1840 is the value as it would appear on the wire because of the way + the DLCI bits are spread out in the address field of the Frame Relay frame
  • +
  • + 10.140.1.1 is the IP address of the remote router, dynamically learned + via the Inverse ARP process
  • +
  • + Broadcast/multicast is enabled on the PVC
  • +
  • + PVC status is active
  • +
+ +

+ To clear dynamically created Frame Relay maps, which are created using + Inverse ARP, use the + clear frame-relay-inarp + command.    

+ + + + + + +
+ + +
+ + + + + +
+ + + + + +
  +

+ + + + Lab Activity

+
+

e-Lab Activity: + + + + show + frame-relay pvc

+ +

In this activity, the student will demonstrate how to use the + + + show frame-relay pvc + command to display statistics about PVCs for Frame Relay + interfaces.

+ +

+

+
+

    +

+ + + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/index.html new file mode 100644 index 0000000..82a25be --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/index.html @@ -0,0 +1,29 @@ + + + + +Cisco Global Learning Network + + + + + + + + + + + + + + + + <body> + + <p>This page uses frames, but your browser doesn't support them.</p> + + </body> + + + + diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/media.html new file mode 100644 index 0000000..87aa06f --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_6/media.html @@ -0,0 +1,21 @@ + + + + + + +Flash Graphic + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3