Attachment 'Juniper_LNS_cfg.txt'
Download 1 aaa domain-map default
2 router-name default
3 ipv6-router-name default
4 !
5 aaa domain-map "ipv6_jnpr"
6 router-name ipv6
7 ipv6-router-name ipv6
8 !
9
10 profile PppoeDirect
11 ip virtual-router ipv6
12 ip unnumbered loopback 0
13 ip mtu 1492
14 ipv6 virtual-router ipv6
15 ipv6 unnumbered loopback 0
16 ipv6 mtu 1492
17 ppp authentication chap pap
18 pppoe motm "Welcome to Siemens testlab IPv6 BRAS!"
19 !
20 profile l2tpLNS
21 ip virtual-router ipv6
22 ip unnumbered loopback 0
23 ipv6 virtual-router ipv6
24 ipv6 unnumbered loopback 0
25 ppp authentication chap pap
26 ppp mru 1442
27 !
28 virtual-router default
29 aaa authentication ppp default radius none
30 aaa accounting ppp default none
31 !
32 aaa authentication tunnel default radius
33 aaa accounting tunnel default radius
34 !
35 tunnel-server 1/2
36 max-interfaces all-available
37 !
38 interface gigabitEthernet 1/1.3500
39 vlan id 3500
40 pppoe
41 pppoe auto-configure
42 pppoe profile any PppoeDirect
43 !
44 l2tp disable challenge
45 l2tp disable calling-number-avp
46 l2tp destination profile ipv6 virtual-router ipv6 ip address 10.1.2.1
47 remote host erx710
48 profile l2tpLNS
49 local host erx310
50 local ip address 10.1.1.1
51 disable proxy lcp
52 enable proxy authenticate
53 !
54 l2tp destination profile "ipv6_cisco" virtual-router ipv6 ip address 10.1.4.1
55 remote host hapci
56 tunnel password secret
57 profile l2tpLNS
58 local host erx310
59 local ip address 10.1.1.1
60 disable proxy lcp
61 enable proxy authenticate
62 !
63 !
64 radius authentication server 192.168.101.12
65 timeout 10
66 key <removed>
67 !
68 radius accounting server 192.168.101.12
69 timeout 10
70 key <removed>
71 !
72
73 virtual-router ipv6
74 aaa dns primary 192.168.101.12
75 aaa authentication ppp default radius none
76 aaa accounting ppp default none
77 !
78 ip address-pool local
79 aaa authentication tunnel default radius
80 aaa accounting tunnel default radius
81 !
82 service dhcpv6-local
83 ipv6 dhcpv6-local prefix-lifetime 1 0 0 0
84 ipv6 dhcpv6-local dns-server 2001:738:10:101:a00:20ff:fea0:1360
85 !
86 interface loopback 0
87 ip address 192.168.103.254 255.255.255.0
88 ip rip
89 ipv6 address 2001:738:10:103::254/128
90 !
91 interface loopback 1
92 ip address 10.1.1.1 255.255.255.0
93 ip rip
94 !
95 interface gigabitEthernet 1/1.3501
96 ip address 10.2.1.1 255.255.255.0
97 !
98 ip router-id 10.1.1.1
99 no ip source-route
100 !
101 !
102 ipv6
103 !
104 !
105 radius authentication server 192.168.101.12
106 key <removed>
107 !
108 radius update-source-addr 10.1.1.1
109 !
110
111 ! End of generated configuration script.
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.