From 1be977463e4cc761aec9bb097dc5aebbfaeb1517 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Wed, 3 Dec 2014 12:16:57 +0100 Subject: [PATCH] correct ip route 0.0.0.0 0.0.0.0 100.100.100.101 --- master/opt/tftp/swm.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master/opt/tftp/swm.txt b/master/opt/tftp/swm.txt index fb19289..c635690 100644 --- a/master/opt/tftp/swm.txt +++ b/master/opt/tftp/swm.txt @@ -22,7 +22,7 @@ enable secret 5 $1$OMTZ$xM5SrEPag4m7MGrV1u86/0 ! ! macro name VERSION -macro description 2.2 +macro description 2.3 @ ! no aaa new-model @@ -336,7 +336,7 @@ interface Vlan26 ip pim dense-mode ! ip forward-protocol udp echo -ip route 0.0.0.0 255.255.255.255 100.100.100.101 +ip route 0.0.0.0 0.0.0.0 100.100.100.101 ip http server ip pim rp-address 100.100.100.100 ! -- 2.30.2