Re: WIC-1AM-V2

From: Dale Shaw <dale.shaw_at_gmail.com>
Date: Thu, 2 Jul 2009 20:27:55 +1000

Hi,

On Thu, Jul 2, 2009 at 4:50 PM, karim jamali<karim.jamali_at_gmail.com> wrote:
>
> I really would like to thank you for your help and support guys.

Here's a working PPP/ISDN BRI config I dug up from an old config
archive -- maybe there's something in here that can help you. It was
from a 2600XM with a WIC-8AM module, from memory.

I've trimmed it down to make it more readable.

cheers,
Dale

!
version 12.1
no service single-slot-reload-enable
service password-encryption
!
hostname R1
!
aaa new-model
aaa group server radius rad-group
 server 10.254.7.3 auth-port 1812 acct-port 1813
!
aaa authentication login default local group rad-group
aaa authentication login consoleport none
aaa authentication ppp default local group rad-group
aaa authorization network default none
aaa accounting update periodic 1
enable secret <removed>
!
username admin password 7 <removed>
!
modem country microcom_hdms australia
ip subnet-zero
no ip source-route
no ip domain-lookup
ip domain-name cheese.local
!
ip dhcp-server 10.254.7.1
!
interface Ethernet0/0
 description DMZ Inteface
 ip address 10.0.1.1 255.255.255.248
!
interface Ethernet0/1
 description Internal Interface
 ip address 10.254.7.254 255.255.255.0
!
interface Group-Async1
 description Cheese Dialin
 ip unnumbered Ethernet0/1
 encapsulation ppp
 async mode interactive
 peer default ip address pool cheese-dial
 no cdp enable
 ppp authentication ms-chap chap pap
 group-range 33 36
!
router ospf 10
 log-adjacency-changes
 network 10.254.7.0 0.0.0.255 area 0
!
ip local pool cheese-dial 10.254.7.204 10.254.7.207
ip classless
!
radius-server host 10.254.7.3 auth-port 1812 acct-port 1813 key <removed>
radius-server retransmit 3
!
line con 0
 login authentication consoleport
line 33 40
 modem Dialin
 autocommand ppp
 transport input all
 autoselect during-login
 autoselect ppp
 autohangup
 flowcontrol hardware
line vty 0 4
 exec-timeout 0 0
!
end

Blogs and organic groups at http://www.ccie.net
Received on Thu Jul 02 2009 - 20:27:55 ART

This archive was generated by hypermail 2.2.0 : Sat Aug 01 2009 - 13:10:21 ART