Diff: ConfigsFPYOspf
--- Version
+++ Version 1
@@ -0,0 +1,32 @@
+[OSPF] for (/nodes/view?id=fpy NodeFPY)
+
+Current configuration:
+!
+hostname nodeFPYospf
+password secret
+enable password secret
+log stdout
+!
+!
+!
+interface lo
+!
+interface eth0
+ip ospf network point-to-multipoint
+!
+interface eth1
+ip ospf network point-to-multipoint
+!
+interface sit0
+!
+router ospf
+ospf router-id 192.168.10.254
+redistribute kernel
+redistribute connected
+redistribute static
+network 192.168.2.0/24 area 0
+network 192.168.10.0/24 area 0
+!
+line vty
+!
+end
[EditText] [Spelling] [Current] [Raw] [Code] [Diff] [Subscribe] [VersionHistory] [Revert] [Delete] [RecentChanges]