--- Version 2
+++ Version 3
@@ -1,35 +1,28 @@
Current configuration:
-!
+
hostname nodegdw
-password nokia9500
-enable password nokia9500
+password xxxxxxxxx
+enable password xxxxxx
hostname ospfd_GDW
-enable password nokia9500
+enable password xxxxxxxxx
log stdout
-!
interface eth0
- description Local AP
- ip address 10.10.32.94/28
- link-detect
-!
+description Local AP
+ip address 10.10.32.94/28
+link-detect
interface eth1
- description Link to IBT via AP
- ip address 10.10.32.78/28
- link-detect
-!
+description Link to IBT via AP
+ip address 10.10.32.78/28
+link-detect
interface eth2
- description Link to GHO in BSS mode
-!
+description Link to GHO in BSS mode
interface lo
-!
interface wlan0
- description Link to FPY in IBSS
- ip address 10.10.33.33/30
-!
+description Link to FPY in IBSS
+ip address 10.10.33.33/30
router ospf
- redistribute kernel
- redistribute static
- network 10.10.32.64/28 area 0.0.0.0
- network 10.10.32.80/28 area 0.0.0.0
- network 10.10.33.32/30 area 0.0.0.0
-!
+redistribute kernel
+redistribute static
+network 10.10.32.64/28 area 0.0.0.0
+network 10.10.32.80/28 area 0.0.0.0
+network 10.10.33.32/30 area 0.0.0.0
[