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_5/buttons.html | 109 ++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/content.html | 189 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/index.html | 29 ++++ Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/media.html | 21 +++ 4 files changed, 348 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/buttons.html new file mode 100644 index 0000000..9ade0f6 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/buttons.html @@ -0,0 +1,109 @@ + + + + + + + + + + + +New Page 1 + + + + + + + + + + + + + + + + + + + + + + + + +
  + + + + + + +
+ + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/content.html new file mode 100644 index 0000000..bd2b922 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/content.html @@ -0,0 +1,189 @@ + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 5.2 + Configuring Frame Relay 
  + 5.2.5 + Configuring Frame Relay + subinterfaces 
+ + + + + + +
+ + The Frame Relay service provider will assign the + DLCI numbers. These numbers range from 16 to 992, and usually have only + local significance. DLCIs can have global significance in certain + circumstances. This number range will vary depending on the LMI used.

+ In the figure, router A has two point-to-point + subinterfaces. The s0/0.110 subinterface connects to router B and the + s0/0.120 subinterface connects to router C. Each subinterface is on a + different subnet. To configure subinterfaces on a physical interface, the + following steps are required:

+
    +
  • Configure Frame Relay encapsulation on the physical interface using the + encapsulation frame-relay command +
  • +
  • For each of the defined PVCs, create a + logical subinterface + + +

    + router(config-if)#interface + serial + number.subinterface-number {multipoint | point-to-point} +

+

To create a subinterface, use the + interface serial + command. Specify the port number, followed by a period (.), and then by the + subinterface number. Usually, the subinterface number is chosen to be that + of the DLCI. This makes troubleshooting easier. The final required parameter + is stating whether the subinterface is a point-to-point or + point-to-multipoint interface. Either the + multipoint + or + point-to-point + keyword is required. There is no default. The following commands create the + subinterface for the PVC to router B:

+
+

routerA(config-if)#interface serial + 0/0.110 point-to-point

+
+

If the subinterface is configured as + point-to-point, + then the local DLCI for the subinterface must also be configured in order to + distinguish it from the physical interface. The DLCI is also required for + multipoint subinterfaces for which + Inverse ARP is enabled. It is not required for multipoint subinterfaces + configured with static route maps. The + frame-relay interface-dlci command is + used to configure the local DLCI on the subinterface

+
+

router(config-subif)#frame-relay + interface-dlci + dlci-number +

+
+

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

+ + + + + Lab Activity

+
+

Lab Exercise: Configuring Frame Relay Subinterfaces

+

In this lab, the student will configure three routers in a full-mesh Frame + Relay network.

+
+

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

+ + Web Links

+
+ +

Configuring Frame Relay Subinterfaces

+ + http://www.cisco.com/en/US/ tech/tk713/tk237/technologies_configuration_ + example09186a008009421e.shtml

+ +

+

+
+
+

+       +   + +

+
+ + + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/index.html new file mode 100644 index 0000000..82a25be --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/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_5/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/media.html new file mode 100644 index 0000000..48838a9 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch5/5_2_5/media.html @@ -0,0 +1,21 @@ + + + + + + +Flash Graphic + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3