分享
 
 
 

TroubleshootingISDNBRILayer1

王朝other·作者佚名  2008-05-19
窄屏简体版  字體: |||超大  

Contents

Introduction

Layer 1 Status: DEACTIVATED

Layer 1 Status: ACTIVATED

Related Information

Introduction

Note: The information in this document is based on Cisco IOS® Software Release 12.0.

The show isdn status command displays the status of all Integrated Services Digital Network (ISDN) interfaces or a specific ISDN interface. When troubleshooting ISDN Basic Rate Interfaces (BRIs), it is necessary to first determine if the router can properly communicate with the telco ISDN switch. Once this has been verified, you can proceed to higher level troubleshooting such as issues with dialer interfaces, interesting traffic definitions, PPP failures, so forth and so on.

This document assumes you have used the show isdn status command and determined that Layer 1 is the cause of your problem as shown below. For more information on the show isdn status command, refer to Using show isdn status for BRI Troubleshooting. An example of Layer 1 status deactivated is shown below:

maui-nas-01#show isdn status

The current ISDN Switchtype = basic-ni1

ISDN BRI0 interface Layer 1 Status:

DEACTIVATED

!-- This shows ACTIVE or DEACTIVATED

...

...

Layer 1 Status: DEACTIVATED

If the show isdn status command indicates that Layer 1 status is deactivated, then the router is not establishing a Layer 1 connection to the telco ISDN switch. Perform the steps shown below and after each step, use the show isdn status command to check if Layer 1 is up (ACTIVE). If Layer 1 is active, proceed to Troubleshooting BRI Layer 2.

Use the shutdown, then no shutdown commands on the BRI interface in question. This will ensure that the BRI interface is not administratively down. You could also perform a clear interface bri number to reset the interface.

Use the show isdn status command to check if the switch type for the interface is correctly configured. A sample below shows that the switch type is not configured:

maui-soho-01#show isdn status

**** No Global ISDN Switchtype currently defined ****

ISDN BRI0 interface

dsl 0, interface ISDN Switchtype = none

Layer 1 Status:

ACTIVE

Layer 2 Status:

Layer 2 NOT Activated

!-- An invalid switch type can be displayed as a Layer 1 or Layer 2 problem.

Layer 3 Status:

0 Active Layer 3 Call(s)

Activated dsl 0 CCBs = 0

The Free Channel Mask: 0x80000003

Total Allocated ISDN CCBs = 0

If the switch type is either not configured or configured incorrectly, configure it on the interface.

Tip: The Telco should explicitly indicate the switchtype that needs to be configured. Occasionally (especially in North America) the Telco may indicate the switchtype is "custom" or "national". In such cases, use the following guidelines to determine the switchtype configuration:

Custom: If the Telco indicates that their switch-type is Custom, then configure the switchtype on the router as basic-5ess (for BRI with 5ess switch), primary-5ess (for PRI with 5ess), basic-dms(for BRI with DMS switch), or primary-dms (for PRI with DMS).

National: Switchtype conforming to the NI-1 standard for BRI and NI-2 standard for PRI. If the telco informs you that the switchtype is National, then the Cisco router configuration should be basic-ni (for BRI) or primary-ni (for PRI).

Note: For Cisco IOS releases up to 11.2, the configured ISDN switch type is a global command (which meant you could not use BRI and Primary Rate Interface (PRI) cards in the same Cisco chassis with IOS 11.2 and earlier). In Cisco IOS 11.3T or later, multiple switch types in a single Cisco IOS chassis are supported.

Contact your telco to determine what your switch type is, then use the isdn switch-type command to configure it on the router as shown below:

maui-soho-01#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

maui-soho-01(config)#isdn switch-type basic-5ess

maui-soho-01(config)#exit

Normally, the router is assigned the TEI by the ISDN switch during powerup. However, sometimes (notably in Europe) switches may deactivate Layers 1 or 2 when there are no active calls. In such situations, it is necessary to configure isdn tei-negotiation first-call under the BRI interface, so that TEI negotiation can occur when the first ISDN call is placed or received. Typically, this setting is used for ISDN service offerings in Europe and connections to dms100 switches that are designed to initiate TEI negotiation.

maui-soho-01(config)#interface bri 0

maui-soho-01(config-if)#isdn tei-negotiation first-call

In this case, you may have to initiate a dialout or receive a call for the TEI negotiation to occur. For dialout, ensure that your DDR configuration is correct.

Determine the type of BRI interface on the router using the show interface bri number or show version command. The examples below show a router with a U interface:

maui-soho-01#show interfaces bri 0

BRI0 is up, line protocol is up (spoofing)

Hardware is BRI with U interface and external S bus interface

...

...

maui-soho-01#show version

...

...

cisco 1604 (68360) processor (revision C) with 3072K/1024K bytes of memory.

Processor board ID 09895320, with hardware revision 00972006

Bridging software.

X.25 software, Version 3.0.0.

Basic Rate ISDN software, Version 1.1.

1 Ethernet/IEEE 802.3 interface(s)

1 Serial(sync/async) network interface(s)

1 ISDN Basic Rate interface(s)

U interface with external S bus interface for ISDN Basic Rate interface.

System/IO memory with parity disabled

...

...

Due to variations in the implementation of ISDN, regions around the world differ in the customer equipment necessary for the circuit. Use the table below to properly connect the router to the telco jack:

Region-- In North America In the Rest of the world

Router Interface Type

U Interface Connect directly to the Telco jack. Cannot be used.

S/T Interface Connect to an external NT-1, which then connects to the Telco jack. Connect directly to the Telco jack.

In North America, if the router's BRI interface is a U interface, it can be directly connected to the telco jack. In the rest of the world, where the Network Termination 1 (NT-1) is built into the telco network, the router S/T interface is directly connected to the telco jack. Refer to the telco documentation to ensure that you have the appropriate BRI interface, cables, and additional equipment.

In North America, if you have a BRI S/T interface, check the status lights on the required external NT-1. Refer to the hardware documentation for the NT-1 for information on interpreting the status lights. If the NT-1 status lights do not indicate a problem, check the NT-1 for a switch to set the termination resistance (ohms). If the switch is present, set it to 100 ohms. Power cycle the external NT-1 at this time. Make sure the router is connected to the S/T port on the NT-1, while the U port on the NT-1 must be connected to the ISDN jack.

For a BRI WAN interface card (WIC), refer to the WIC's documentation for information on reading the various light emitting diode (LED)s.

Replace the cable from the router to the ISDN jack. For a U interface, the cable should be straight through RJ-45 and should contain the middle two pins (pins 4 and 5). An S/T interface, on the other had, uses

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有