Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cisco7206vxr#sh run
- Building configuration...
- ...
- version 15.2
- service timestamps debug datetime msec
- service timestamps log datetime msec
- service password-encryption
- ...
- aaa new-model
- !
- aaa group server radius SERVER_GROUP1
- server name RADIUS
- ip radius source-interface GigabitEthernet0/3
- attribute nas-port format d
- !
- aaa authentication login default group SERVER_GROUP1
- aaa authentication ppp default if-needed group SERVER_GROUP1
- aaa authorization exec default group SERVER_GROUP1 if-authenticated
- aaa authorization network default group SERVER_GROUP1 if-authenticated
- aaa authorization network CLIENT_LIST group SERVER_GROUP1
- aaa accounting delay-start
- aaa accounting update periodic 30
- aaa accounting exec default start-stop group SERVER_GROUP1
- aaa accounting system default start-stop group SERVER_GROUP1
- !
- aaa session-id common
- !
- ip dhcp binding cleanup interval 600
- ip dhcp excluded-address 10.0.1.1 10.0.1.3
- !
- ip dhcp pool NET-POOL
- network 10.0.1.0 255.255.255.0
- default-router 10.0.1.1
- dns-server 10.0.1.1 10.0.0.1 8.8.8.8
- lease 48
- class NET-POOL
- !
- ip dhcp class NET-POOL
- !
- ip host cisco7206vxr 10.0.1.1
- ip host open 10.0.1.2
- ip host walled 10.0.1.3
- ip name-server 8.8.8.8
- ip name-server 8.8.4.4
- ip cef
- no ipv6 cef
- !
- multilink bundle-name authenticated
- !
- ...
- !
- ip ssh authentication-retries 5
- ip ssh version 2
- policy-map type service SERVICE-DHCP
- classname NET-POOL
- !
- bba-group pppoe global
- virtual-template 1
- sessions auto cleanup
- !
- interface GigabitEthernet0/1
- ip address 10.0.0.202 255.255.255.0
- ip nat outside
- media-type rj45
- speed auto
- duplex auto
- negotiation auto
- !
- ...
- !
- interface GigabitEthernet0/3
- ip address 10.0.1.1 255.255.255.0
- media-type rj45
- speed auto
- duplex auto
- negotiation auto
- pppoe enable group global
- ip subscriber l2-connected
- initiator dhcp
- !
- interface Virtual-Template1
- mtu 1492
- ip unnumbered GigabitEthernet0/3
- ip nat inside
- peer default ip address pool mypool
- keepalive 15 3
- ppp mtu adaptive
- ppp authentication pap chap
- ppp ipcp dns 8.8.8.8 8.8.4.4
- ppp timeout retry 10
- ppp timeout authentication 20
- !
- ip local pool mypool 10.1.1.1 10.1.1.254
- ip default-gateway 10.0.0.1
- ip nat inside source list 10 interface GigabitEthernet0/3 overload
- ip forward-protocol nd
- !
- no ip http server
- no ip http secure-server
- ip route 0.0.0.0 0.0.0.0 10.0.0.1
- ip route 10.0.0.0 255.255.255.0 10.0.0.1
- ip route 10.1.1.0 255.255.255.0 10.0.0.1
- !
- logging trap debugging
- logging host 10.0.0.203
- !
- radius server RADIUS
- address ipv4 10.0.1.2 auth-port 1812 acct-port 1813
- timeout 10
- retransmit 5
- automate-tester username cisco
- key 7 ********************
- !
- control-plane
- !
- banner login ^C Cisco 7206VXR Router ^C
- !
- line con 0
- stopbits 1
- line aux 0
- stopbits 1
- line vty 0 4
- transport input ssh
- line vty 5 15
- transport input ssh
- !
- ntp server 10.0.0.1
- !
- end
Advertisement
Add Comment
Please, Sign In to add comment