Commands to troubleshoot ISDN issues and sample working config
cli> show isdn statusInterface: br-2/0/1Layer 1 status: up Layer 2 status: down CES: 0, Q.921: down, TEI: not assignedCES: 1, Q.921: down, TEI: not assignedLayer 3 status: 0 Active callsSwitch Type : NTDMS100Interface Type : USERT310 : 10 secondsTei Option : Power UpCES: 0, SPID: 97364389410101Endpoint state: Not InitializedCES: 1, SPID: 97364369380101Endpoint state: Not Initialized
#set system processes isdn-signaling traceoptions file isdnd.log#set system processes isdn-signaling traceoptions flag all
#set interfaces br-x/x/x traceoptions flag all#set interfaces br-x/x/x traceoptions file isdnd.log
start shellsu>>super user password
root>cty fpc 2 >> RE access to ISDN PIM, In this case, it is pim 2 (Interface: br-2/0/1)
root>cty fpc 2
root>sh ifd brief This will give the index number for br interface.
root>sh ifd brief
PFPC2(uart)# sh ifd briefIndex Name Type Flags Slot State----- -------------------- ----------- ------ ----- ------0 .local. Local 0x0000000000000010 local Up157 bc-2/0/1:1 HDLC 0x0000000000008004 2 Up150 br-2/0/1 HDLC 0x0000000000008001 2 Harddown152 br-2/0/2 HDLC 0x0000000000008001 2 Harddown153 br-2/0/3 HDLC 0x0000000000008001 2 Harddown156 dc-2/0/1 HDLC 0x0000000000008000 2 Up PFPC2(uart)# sh ifd 150 Check for interface statistics on ifd interface using the index number.Check for error counters and stats/alarms in the command output.
PFPC2(uart)# sh ifd briefIndex Name Type Flags Slot State----- -------------------- ----------- ------ ----- ------0 .local. Local 0x0000000000000010 local Up157 bc-2/0/1:1 HDLC 0x0000000000008004 2 Up150 br-2/0/1 HDLC 0x0000000000008001 2 Harddown152 br-2/0/2 HDLC 0x0000000000008001 2 Harddown153 br-2/0/3 HDLC 0x0000000000008001 2 Harddown156 dc-2/0/1 HDLC 0x0000000000008000 2 Up
PFPC2(uart)# sh ifd 150
PFPC2(uart)# sh ifl brief This will give index number for ifl (logical) interface for dc isdn-lapd interface.use the index number in following command to get the status of the logical interface and incrementing counters.
PFPC2(uart)# sh ifl brief
Index Name Type Encapsulation Flags----- -------------------- ------------- -------------- ------0 .local..0 Unspecified Unspecified 0x000000000000001075 bc-2/0/1:1.0 PPP-Subordinate ??? (64) 0x000000000000005276 bc-2/0/1:2.0 PPP-Subordinate ??? (64) 0x000000000000005274 dc-2/0/1.32767 ISDN-LAPD ISDN-LAPD 0x0000000000000052
PFPC2(uart)# sh ifl 75
PFPC2(uart)# sh syslog messages
PFPC2(uart)# sh ifd summary
show isdn status
interface { br-2/0/1 { description " ISDN Backup Circuit"; traceoptions { flag all; } } isdn-options { switch-type ntdms100; calling-number 344420; } dialer-options { pool 1 priority 3; } } dl0 { description "Dialer Interface for ISDN"; enable; traceoptions { flag all; } hold-time up 60 down 60; encapsulation multilink-ppp; unit 0 { ppp-options { chap { access-profile ntest-01; local-name test-01; } } family inet { filter { dialer ISDN; } address x.x.x.x/30; } dialer-options { pool 1; dial-string 132222224; redial-delay 5; idle-timeout 600; load-threshold 75; } } } firewall { dialer-filter ISDN { term ISDN-TRAFFIC { from { destination-address { x.x.x.x/24 } } then { log; note; } } } } } access { profile test-01 { client test-02 chap-secret "password"; ## SECRET-DATA } }
2024-09-04: minor non tech changes 2020-10-04: Archive