Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

cisco isdn router config

  • 19-09-2006 03:04PM
    #1
    Registered Users, Registered Users 2 Posts: 2,220 ✭✭✭


    yes i know all about google but, i dont have too much time to test and configure this when i get to the premises, so preferably ill go in there with a SAMPLE WORKING IRISH config, and basicly only have to test the connection.
    ideally part of the config will be to disconnect the connection after 60seconds of no usage.

    can some please paste their running config here?

    thanks


Comments

  • Closed Accounts Posts: 119 ✭✭cormon


    interface BRI 0
    encapsulation PPP encapsualtion required
    ip address xx.xx.xx.1 255.255.255.0 ip address
    dialer string 014040321 phone number
    ppp authentication chap
    dialer idle-timeout60 time out after 60 sec off inactivity
    dialer map IP xx.xx.xx.2 name centralsite 014040321 map the layer 3 to the layer 2
    dialer-group 1
    ip route 0.0.0.0 0.0.0.0 xx.xx.xx.2
    dialer-list 1 protocol ip permit

    skimpy as it get I'd say . Dont forget to globally assign the isdn switch type. The biggest plan in the ass I find with ISDN is with chap . If it connects but dosent pass traffic check your chap !!!! .


  • Registered Users, Registered Users 2 Posts: 2,220 ✭✭✭Redrocket


    ok cheers, will be heading over there later,
    thats a very simple looking config, simpler is better for now,
    i dont understand:
    dialer map IP xx.xx.xx.2 name centralsite 014040321 map the layer 3 to the layer 2
    but maybe google will tell me

    one of the reason i asked on the irish form for the config was to find out the isdn switch type for here?


  • Closed Accounts Posts: 119 ✭✭cormon


    the isdn swich-type should be basic-net3 in Ireland . The dialer map statement basically just map the ip address to the phone number so when the box receives ip traffic it know where to go . Its similiar to dialer map on a frame-relay box . MAKE SURE the name of the box in the dialer-map statement is the VERY same as the hostname of the central site box.

    The config I posted will pretty much bring up an isdn call for any kind of traffic you may want to lock it down with some access-lists depending on time off course.


Advertisement
Advertisement