Options

Cisco : BRI ports?

Node ManNode Man Member Posts: 668 ■■■□□□□□□□
Hi Everyone,
Is there a way to use BRI ports that does not require a service provider/ISDN? I would like to try setting them up back to back for data.

Thanks!

Comments

  • Options
    DCDDCD Member Posts: 473 ■■■■□□□□□□
    One of these should work
    interface BRI
    no ip address
    isdn switch-type basic-net3
    isdn protocol-emulate network
    isdn layer1-emulate network
    isdn incoming-voice voice
    line-power

    interface BRI
    no ip address
    isdn switch-type basic-net3
    isdn protocol-emulate network
    isdn layer1-emulate network
    isdn incoming-voice voice
    line-power


    no ip address

    no logging event link-status
    isdn switch-type primary-net5
    isdn incoming-voice voice
    no cdp enable

    no ip address
    no logging event link-status
    isdn switch-type primary-net5
    isdn protocol-emulate network
    isdn incoming-voice modem
    no cdp enable
Sign In or Register to comment.