What command can i use to tell if my ISDN switch is turned on and operating
properly between two bri0 int on routers?
here is what I have configured
r1
interface BRI0
 ip address 150.100.7.1 255.255.255.0
 encapsulation ppp
 ip ospf demand-circuit
 dialer map ip 150.100.7.2 broadcast 2002
 dialer-group 1
 isdn switch-type basic-5ess
dialer-list 1 protocol ip permit
1#sh isdn status 
Global ISDN Switchtype = basic-5ess
ISDN BRI0 interface
        dsl 0, interface ISDN Switchtype = basic-5ess
    Layer 1 Status:
        ACTIVE
    Layer 2 Status:
        TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
    Layer 3 Status:
        0 Active Layer 3 Call(s)
    Active dsl 0 CCBs = 0
    The Free Channel Mask:  0x80000003
    Number of L2 Discards = 0, L2 Session ID = 1
    Total Allocated ISDN CCBs 
r2#sh run int bri0
Building configuration...

Current configuration : 166 bytes
!
interface BRI0
 ip address 150.100.7.2 255.255.255.0
 encapsulation ppp
 dialer map ip 150.100.7.1 broadcast 2001
 dialer-group 1
 isdn switch-type basic-5ess
end
r2#sh isdn stat
Global ISDN Switchtype = basic-5ess
ISDN BRI0 interface
        dsl 0, interface ISDN Switchtype = basic-5ess
    Layer 1 Status:
        ACTIVE
    Layer 2 Status:
        TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
    Layer 3 Status:
        0 Active Layer 3 Call(s)
    Active dsl 0 CCBs = 0
    The Free Channel Mask:  0x80000003
    Number of L2 Discards = 0, L2 Session ID = 0
    Total Allocated ISDN CCBs = 0
r2#

I have it configured by cant ping from r1 to r2 and not sure why
thx



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=63313&t=63313
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to