Attachment 'Cisco_LNS_cfg.txt'
Download 1 kuka#sh run
2 !
3 aaa new-model
4 !
5 aaa authentication ppp default local
6 aaa authentication ppp radius group radius local
7 aaa authentication ppp local local
8 aaa authorization network default group radius
9 aaa authorization configuration PRELIST group radius
10 !
11 vpdn enable
12 vpdn ip udp ignore checksum
13 !
14 vpdn-group ipv6_csco_Cisco
15 accept-dialin
16 protocol l2tp
17 virtual-template 20
18 terminate-from hostname hapci
19 local name kuka
20 lcp renegotiation on-mismatch
21 !
22 vpdn-group ipv6_csco_ERX
23 accept-dialin
24 protocol l2tp
25 virtual-template 20
26 terminate-from hostname erx710
27 local name kuka
28 lcp renegotiation on-mismatch
29 l2tp tunnel password <removed>
30 !
31 ipv6 unicast-routing
32 ipv6 cef
33 ipv6 dhcp pool ipv6dhcp
34 prefix-delegation aaa method-list PRELIST
35 dns-server 2001:738:10:101:A00:20FF:FEA0:1360
36 domain-name comlab
37 !
38 bba-group pppoe ipv6_csco
39 virtual-template 10
40 !
41 interface Loopback0
42 ip address 192.168.104.254 255.255.255.0
43 ipv6 address 2001:738:10:104::254/128
44 ipv6 enable
45 !
46 interface Loopback1
47 ip address 10.1.3.1 255.255.255.0
48 !
49 interface FastEthernet0/0.3501
50 encapsulation dot1Q 3501
51 ip address 10.2.1.3 255.255.255.0
52 !
53 interface FastEthernet0/0.3503
54 encapsulation dot1Q 3503
55 pppoe enable group ipv6_csco
56 !
57 !
58 interface Virtual-Template10
59 ip unnumbered Loopback0
60 ip mtu 1492
61 ipv6 enable
62 no ipv6 nd prefix framed-ipv6-prefix
63 ipv6 dhcp server ipv6dhcp
64 peer default ip address pool pppoe-pool
65 ppp authentication chap radius
66 !
67 interface Virtual-Template20
68 ip unnumbered Loopback0
69 ip mtu 1492
70 ipv6 unnumbered Loopback0
71 ipv6 enable
72 no ipv6 nd prefix framed-ipv6-prefix
73 ipv6 dhcp server ipv6dhcp
74 peer default ip address pool pppoe-pool
75 ppp authentication chap radius
76 !
77
78 ip local pool pppoe-pool 192.168.104.30 192.168.104.39
79 !
80 !
81 ip radius source-interface Loopback1
82 ipv6 local pool ipv6pool 2001:738:104:1000::/52 64
83 !
84 radius-server attribute nas-port format d
85 radius-server configure-nas
86 radius-server host 192.168.101.12 auth-port 1812 acct-port 1813 key <removed>
87 !
88 end
89
90 kuka#
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.