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/ch4/4_2_1/buttons.html | 109 +++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/content.html | 260 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/index.html | 29 +++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/media.html | 21 ++ 4 files changed, 419 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/buttons.html new file mode 100644 index 0000000..d310abf --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/buttons.html @@ -0,0 +1,109 @@ + + + + + + + + + + + +New Page 1 + + + + + + + + + + + + + + + + + + + + + + + +
  + + + + + + + +
+ + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/content.html new file mode 100644 index 0000000..bdd57b1 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_2_1/content.html @@ -0,0 +1,260 @@ + + + + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 4.2 + ISDN Configuration 
  + 4.2.1 + Configuring ISDN BRI 
+ + + + + + +
+ + The command + + + isdn switch-type + switch-type can be configured + at the global or interface command mode to specify the provider ISDN + switch.

+ + Configuring the isdn + switch-type command in the + global configuration mode sets the ISDN switch type identically for + all ISDN interfaces. Individual interfaces may be configured, after + the global configuration command, to reflect an alternate switch type.

+

+ + When the ISDN service is installed, the + service provider will issue information about the switch type and SPIDs. SPIDs are used to define the services available to individual ISDN + subscribers. Depending on the switch type, these SPIDs may have to be + added to the configuration. National ISDN-1 and DMS-100 ISDN switches + require SPIDs to be configured, but the AT&T 5ESS switch does not. + SPIDs must be specified when using the Adtran ISDN simulator.

+

+ + The format of the SPIDs can vary depending + on the ISDN switch type and specific provider requirements. Use the + + + isdn spid1 + and + + + isdn spid2 + interface configuration mode commands to specify the SPID required by + the ISDN network when the router initiates a call to the local ISDN + exchange. +

+

+ + Configuration of ISDN BRI is a mix of + global and interface commands. + To + configure the ISDN switch type, use the + + + isdn switch-type + command in global configuration mode: + +

+
+

+ + Router(config)#isdn switch-type + switch-type + +

+
+

+ + The argument + + + + switch-type + indicates the service provider switch type. To disable the switch on + the ISDN interface, specify isdn + switch-type none. The following + example configures the National ISDN-1 switch type in the global + configuration mode:

+
+

+ + Router(config)#isdn switch-type + basic-ni + +

+
+

+ + To define SPIDs use the + + + isdn spid# + command in interface configuration mode. This command is used to + define the SPID numbers that have been assigned for the B channels: + +

+
+

+ + Router(config-if)#isdn spid1 + spid-number [ldn]
+ Router(config-if)#isdn spid2 spid-number [ldn]

+
+

+ + The optional + + + + ldn + argument defines a local dial directory number. On most switches, the + number must match the called party information coming in from the ISDN + switch. SPIDs are specified in interface configuration mode. To enter + interface configuration mode, use the + + + interface bri + command in the global configuration mode:

+
+

+ + Router(config)#interface bri + slot/port
+ Router(config)#interface bri0/0
+ Router(config-if)#isdn + spid1 51055540000001 + 5554000
+ Router(config-if)#isdn + spid2 51055540010001 + 5554001

+
+

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

+ + + + + Lab Activity

+
+

Lab Exercise: Configuring ISDN BRI (U-Interface)

+

In this lab, the student will configure an ISDN router to make a successful + connection to a local ISDN switch.

+
+

+

+

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

+ + Web Links

+
+ +

Configuring ISDN BRI

+ + http://www.cisco.com/en/US/products/sw/ + iosswrel/ps1835/ products_configuration_guide_m chapter09186a00800ca71c.html

+ +

+

+
+
+

+       +      +

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