Attachment 'Cisco-871_cfg.txt'
Download 1 version 12.4
2 no service pad
3 service telnet-zeroidle
4 service timestamps debug datetime msec
5 service timestamps log datetime msec
6 no service password-encryption
7 !
8 hostname ipv6_CPE
9 !
10 boot-start-marker
11 boot-end-marker
12 !
13 logging buffered 51200 warnings
14 !
15 no aaa new-model
16 !
17 resource policy
18 !
19 ip cef
20 !
21 !
22 no ip dhcp use vrf connected
23 ip dhcp excluded-address 10.10.10.1
24 !
25 ip dhcp pool sdm-pool
26 import all
27 network 10.10.10.0 255.255.255.248
28 default-router 10.10.10.1
29 lease 0 2
30 !
31 !
32 ip domain list comlab
33 no ip domain lookup
34 ip domain name yourdomain.com
35 vpdn enable
36 !
37 !
38 ipv6 unicast-routing
39 ipv6 cef
40 ipv6 dhcp pool ipv6
41 prefix-delegation aaa
42 !
43 !
44 crypto pki trustpoint TP-self-signed-475704478
45 enrollment selfsigned
46 subject-name cn=IOS-Self-Signed-Certificate-475704478
47 revocation-check none
48 rsakeypair TP-self-signed-475704478
49 !
50 !
51 crypto pki certificate chain TP-self-signed-475704478
52 certificate self-signed 01 nvram:IOS-Self-Sig#3801.cer
53 username cisco privilege 15 secret 5 $1$kJVm$JOStMoCsCFHQzfOJkrE3i1
54 !
55 !
56 !
57 !
58 !
59 !
60 interface FastEthernet0
61 no cdp enable
62 !
63 interface FastEthernet1
64 no cdp enable
65 !
66 interface FastEthernet2
67 no cdp enable
68 !
69 interface FastEthernet3
70 no cdp enable
71 !
72 interface FastEthernet4
73 no ip address
74 duplex auto
75 speed auto
76 pppoe enable
77 pppoe-client dial-pool-number 1
78 no cdp enable
79 !
80 interface Dot11Radio0
81 no ip address
82 shutdown
83 speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
84 station-role root
85 no cdp enable
86 !
87 interface Vlan1
88 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
89 ip address 85.159.52.129 255.255.255.128
90 ip nat inside
91 ip virtual-reassembly
92 ip tcp adjust-mss 1452
93 ipv6 address PREFIX1 ::1:0:0:0:1/64
94 ipv6 enable
95 ipv6 nd other-config-flag
96 ipv6 nd ra interval 10
97 !
98 interface Dialer1
99 ip address negotiated
100 ip mtu 1492
101 ip nat outside
102 ip virtual-reassembly
103 encapsulation ppp
104 dialer pool 1
105 dialer-group 1
106 ipv6 dhcp client pd PREFIX1
107 no cdp enable
108 ppp authentication chap callin
109 ppp chap hostname kleno@ipv6_csco
110 ppp chap password 0 <removed>
111 !
112 ip route 0.0.0.0 0.0.0.0 Dialer1
113 !
114 !
115 ip http server
116 ip http authentication local
117 ip http secure-server
118 ip http timeout-policy idle 5 life 86400 requests 10000
119 ip nat inside source list 1 interface Dialer1 overload
120 !
121 access-list 1 permit any
122 no cdp run
123 !
124 !
125 ipv6 route ::/0 Dialer1
126 !
127 !
128 control-plane
129 !
130 banner login ^C
131 -----------------------------------------------------------------------
132 Cisco Router and Security Device Manager (SDM) is installed on this device.
133 This feature requires the one-time use of the username "cisco"
134 with the password "cisco".
135
136 Please change these publicly known initial credentials using SDM or the IOS CLI.
137 Here are the Cisco IOS commands.
138
139 username <myuser> privilege 15 secret 0 <mypassword>
140 no username cisco
141
142 Replace <myuser> and <mypassword> with the username and password you want to use.
143
144 For more information about SDM please follow the instructions in the QUICK START
145 GUIDE for your router or go to http://www.cisco.com/go/sdm
146 -----------------------------------------------------------------------
147 ^C
148 !
149 line con 0
150 login local
151 no modem enable
152 transport output all
153 line aux 0
154 transport output all
155 line vty 0 4
156 privilege level 15
157 password <removed>
158 login
159 transport input telnet ssh
160 transport output all
161 !
162 scheduler max-task-time 5000
163 !
164 webvpn context Default_context
165 ssl authenticate verify all
166 !
167 no inservice
168 !
169 end
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.