aboutsummaryrefslogtreecommitdiffstats
path: root/examples/osmo-ggsn.cfg
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-09-05 22:24:45 +0200
committerHarald Welte <laforge@gnumonks.org>2017-09-06 09:17:15 +0200
commitce316f4962f14a48aa06df2d250f23e0ce23fc3a (patch)
treec672908f6791178b27e1b06ae83a0ee402ce4dbd /examples/osmo-ggsn.cfg
parent59ffc89d42be8458557592c79a4e9e5eb3a0b37d (diff)
Move examples to doc/examples and include them in DIST
Diffstat (limited to 'examples/osmo-ggsn.cfg')
-rw-r--r--examples/osmo-ggsn.cfg71
1 files changed, 0 insertions, 71 deletions
diff --git a/examples/osmo-ggsn.cfg b/examples/osmo-ggsn.cfg
deleted file mode 100644
index 763e561..0000000
--- a/examples/osmo-ggsn.cfg
+++ /dev/null
@@ -1,71 +0,0 @@
-!
-! OpenGGSN (0.94.1-adac) configuration saved from vty
-!!
-!
-log stderr
- logging filter all 1
- logging color 1
- logging print category 0
- logging timestamp 0
- logging level ip info
- logging level tun info
- logging level ggsn info
- logging level sgsn notice
- logging level icmp6 notice
- logging level lglobal notice
- logging level llapd notice
- logging level linp notice
- logging level lmux notice
- logging level lmi notice
- logging level lmib notice
- logging level lsms notice
- logging level lctrl notice
- logging level lgtp info
- logging level lstats notice
- logging level lgsup notice
- logging level loap notice
- logging level lss7 notice
- logging level lsccp notice
- logging level lsua notice
- logging level lm3ua notice
- logging level lmgcp notice
-!
-stats interval 5
-!
-line vty
- no login
-!
-ggsn ggsn0
- gtp state-dir /tmp
- gtp bind-ip 127.0.0.6
- apn internet
- gtpu-mode tun
- tun-device tun4
- type-support v4
- ip prefix dynamic 176.16.222.0/24
- ip dns 0 192.168.100.1
- ip dns 1 8.8.8.8
- ip ifconfig 176.16.222.0/24
- no shutdown
- apn inet6
- gtpu-mode tun
- tun-device tun6
- type-support v6
- ipv6 prefix dynamic 2001:780:44:2000:0:0:0:0/56
- ipv6 dns 0 2001:4860:4860::8888
- ipv6 ifconfig 2001:780:44:2000:0:0:0:0/56
- no shutdown
- apn inet46
- gtpu-mode tun
- tun-device tun46
- type-support v4v6
- ip prefix dynamic 176.16.46.0/24
- ip dns 0 192.168.100.1
- ip dns 1 8.8.8.8
- ip ifconfig 176.16.46.0/24
- ipv6 prefix dynamic 2001:780:44:2100:0:0:0:0/56
- ipv6 dns 0 2001:4860:4860::8888
- ipv6 ifconfig 2001:780:44:2100:0:0:0:0/56
- no shutdown
- default-apn internet
- no shutdown ggsn