| Author |
ISDN Configuration...
|
|
| vschristopher 2002-09-26, 1:42 am |
| hi here are commands to configure ISDN, am i missing something ? just let me know
#int bri0/0
#no shut
#ip address negotiated
#encapsulation ppp
#ppp authentication pap chap callin
#ppp pap sent username xxxxxx password xxxxx
#ppp chap hostname xxxxxxx
#ppp chap password xxxxxxx
#dialer string xxxxxx
#dialer idle timeout 100
#dialer load-threshold 127 either
#dialer-group 1
#ppp multilink
#ip nat outside
now configure ethernet port
#int e0/0
#no shut
# ip add xx.xx.xx.xx
#ip nat inside
now back to global config mode
(config)#ip nat inside source list 1 int bri0/0 overload
(config)#isdn switch type basic-net3
(config)#ip route 0.0.0.0 0.0.0.0 bri0/0
(config)#ip access-list 1 permit any
(config)#dilaer list 1 protocol ip permit
(config)#ip name-server xx.xx.xx.xx xx.xx.xx.xx
are these commands ok ? just check it and let me know and if i have missed something do let me know. | |
| edmonds_robert 2002-09-26, 10:22 pm |
| You have ip nat inside and ip nat outside statements, but nowhere do you define anything to translate. Where did that come from? | |
| vschristopher 2002-09-30, 1:57 am |
| thats what im confused abt tooo.....
thats why i posted these settings here
chris | |
| edmonds_robert 2002-09-30, 6:22 am |
| Ok, well, you have defined your NAT networks, both inside and out. That's the first step. However, next you must define WHAT you are NATing. You should check the following link for an explanation that is much better than what I could give.
http://www.cisco.com/warp/public/556/12.html | |
| vschristopher 2002-09-30, 10:26 am |
| well i need to do this practical again i think , this is getting confusing..... |
|
|
|