blob: 1ee19d12586413424c98dca2025e23e67414eb78 [file] [log] [blame]
Pau Espin Pedrol30ceb5c2017-08-31 18:30:11 +02001!
2! OpenGGSN (0.94.1-adac) configuration saved from vty
3!!
4!
5log stderr
6 logging filter all 1
7 logging color 1
8 logging print category 1
9 logging print extended-timestamp 1
10 logging level ip info
11 logging level tun info
12 logging level ggsn info
13 logging level sgsn notice
14 logging level icmp6 notice
15 logging level lglobal notice
16 logging level llapd notice
17 logging level linp notice
18 logging level lmux notice
19 logging level lmi notice
20 logging level lmib notice
21 logging level lsms notice
22 logging level lctrl notice
23 logging level lgtp info
24 logging level lstats notice
25 logging level lgsup notice
26 logging level loap notice
27 logging level lss7 notice
28 logging level lsccp notice
29 logging level lsua notice
30 logging level lm3ua notice
31 logging level lmgcp notice
32 logging level all debug
33!
34stats interval 5
35!
36line vty
37 no login
38!
39ggsn ggsn0
40 gtp state-dir ${ggsn.statedir}
41 gtp bind-ip ${ggsn.ip_address.addr}
42 apn internet
43 gtpu-mode tun
44 tun-device tun4
45 type-support v4
46 ip prefix dynamic 176.16.222.0/24
47 ip dns 0 8.8.8.8
48 ip dns 1 8.8.8.4
49 ip ifconfig 176.16.222.1/24
50 no shutdown
51 apn inet6
52 gtpu-mode tun
53 tun-device tun6
54 type-support v6
55 ipv6 prefix dynamic fde4:8dba:82e1:2000:0:0:0:0/56
56 ipv6 dns 0 2001:4860:4860::8888
57 ipv6 dns 1 2001:4860:4860::8844
58 ipv6 ifconfig fde4:8dba:82e1:2000:0:0:0:0/56
59 no shutdown
60 apn inet46
61 gtpu-mode tun
62 tun-device tun46
63 type-support v4v6
64 ip prefix dynamic 176.16.46.0/24
65 ip dns 0 192.168.100.1
66 ip dns 1 8.8.8.8
67 ip ifconfig 176.16.46.0/24
68 ipv6 prefix dynamic fde4:8dba:82e1:2000:0:0:0:0/56
69 ipv6 dns 0 2001:4860:4860::8888
70 ipv6 dns 1 2001:4860:4860::8844
71 ipv6 ifconfig fde4:8dba:82e1:2000:0:0:0:0/56
72 no shutdown
73 default-apn internet
74 no shutdown ggsn