Skip to content

Instantly share code, notes, and snippets.

@0x000000AC
Created June 7, 2012 22:05
Show Gist options
  • Save 0x000000AC/2891904 to your computer and use it in GitHub Desktop.
Save 0x000000AC/2891904 to your computer and use it in GitHub Desktop.
Cisco Config Radius Win2k8
!
! Last configuration change at 22:42:44 UTC Thu Jun 7 2012 by joe
upgrade fpd auto
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname cisco1
!
boot-start-marker
boot-end-marker
!
!
enable secret 4 o/.PCeg9zaSP..Cqn96dbJnQeSAYnYssWM2AJGlByRM
!
aaa new-model
!
!
aaa authentication login default group radius local
aaa authentication enable default group radius enable
aaa authorization exec default group radius if-authenticated
!
!
!
!
!
aaa session-id common
!
ip source-route
ip cef
!
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
crypto pki token default removal timeout 0
!
!
username aaron secret 4 o/.PCeg9zaSP..Cqn96dbJnQeSAYnYssWM2AJGlByRM
username aapclark privilege 15 password 7 1248144505482940186A15
!
redundancy
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
no ip address
shutdown
duplex auto
!
interface GigabitEthernet0/0
no ip address
shutdown
duplex full
speed 1000
media-type gbic
negotiation auto
!
interface FastEthernet1/0
description LINK TO "SWITCH"
ip address 192.168.5.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/1
description LINK TO COMPUTER RUNNING GNS3
ip address 192.168.1.200 255.255.255.0
duplex auto
speed auto
!
router rip
version 2
redistribute static
network 192.168.5.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip route 0.0.0.0 0.0.0.0 192.168.1.80
!
ip radius source-interface FastEthernet1/0
!
!
!
!
!
!
radius-server host 192.168.5.50 acct-port 1648
radius-server host 192.168.5.50
radius-server key 7 101F184B1254374F3E451B
!
!
control-plane
!
!
!
mgcp profile default
!
!
gateway
timer receive-rtp 1200
!
!
gatekeeper
shutdown
!
alias exec s sh ip int bri
!
line con 0
exec-timeout 0 0
logging synchronous
stopbits 1
line aux 0
stopbits 1
line vty 0 4
transport input all
!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment