Merge pull request #14149 from donaldsharp/cleanup_bad_commands

Cleanup bad commands
This commit is contained in:
Donatas Abraitis 2023-08-06 20:10:23 +03:00 committed by GitHub
commit 6d91d1c768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 0 additions and 46 deletions

View File

@ -14,4 +14,3 @@ router babel
network r3-eth1 network r3-eth1
redistribute ipv4 connected redistribute ipv4 connected
redistribute ipv4 static redistribute ipv4 static
redistirbute ipv6 connected

View File

@ -27,6 +27,5 @@ interface eth-rt3
! !
router ospf router ospf
ospf router-id 1.1.1.1 ospf router-id 1.1.1.1
passive interface lo
router-info area 0.0.0.0 router-info area 0.0.0.0
! !

View File

@ -25,6 +25,5 @@ interface eth-rt5
! !
router ospf router ospf
ospf router-id 2.2.2.2 ospf router-id 2.2.2.2
passive interface lo
router-info area 0.0.0.0 router-info area 0.0.0.0
! !

View File

@ -25,6 +25,5 @@ interface eth-rt4
! !
router ospf router ospf
ospf router-id 3.3.3.3 ospf router-id 3.3.3.3
passive interface lo
router-info area 0.0.0.0 router-info area 0.0.0.0
! !

View File

@ -24,6 +24,5 @@ interface eth-rt5
! !
router ospf router ospf
ospf router-id 4.4.4.4 ospf router-id 4.4.4.4
passive interface lo
router-info area 0.0.0.0 router-info area 0.0.0.0
! !

View File

@ -24,6 +24,5 @@ interface eth-rt4
! !
router ospf router ospf
ospf router-id 5.5.5.5 ospf router-id 5.5.5.5
passive interface lo
router-info area 0.0.0.0 router-info area 0.0.0.0
! !

View File

@ -12,9 +12,5 @@ interface r2-eth3
ip address 192.168.252.1/30 ip address 192.168.252.1/30
vrf vrf1 vrf vrf1
! !
auto vrf1
iface vrf1
vrf-table auto
!
ip forwarding ip forwarding
! !

View File

@ -1,14 +0,0 @@
interface r1-eth0
ip router isis 1
isis circuit-type level-1
!
interface lo
ip router isis 1
isis passive
!
router isis 1
is-type level-1
net 49.0002.0000.1994.00
segment-routing on
segment-routing prefix 192.0.2.1/32 index 11
!

View File

@ -1,14 +0,0 @@
interface r2-eth0
ip router isis 1
isis circuit-type level-1
!
interface lo
ip router isis 1
isis passive
!
router isis 1
is-type level-1
net 49.0002.0000.1995.00
segment-routing on
segment-routing prefix 192.0.2.2/32 index 22
!

View File

@ -120,9 +120,6 @@ def setup_module(mod):
router.load_config( router.load_config(
TopoRouter.RD_BGP, os.path.join(CWD, "{}/bgpd.conf".format(rname)) TopoRouter.RD_BGP, os.path.join(CWD, "{}/bgpd.conf".format(rname))
) )
router.load_config(
TopoRouter.RD_ISIS, os.path.join(CWD, "{}/bgpd.conf".format(rname))
)
# Initialize all routers. # Initialize all routers.
tgen.start_router() tgen.start_router()

View File

@ -4,10 +4,8 @@ ip prefix-list ANY permit 0.0.0.0/0 le 32
ipv6 prefix-list ANY seq 10 permit any ipv6 prefix-list ANY seq 10 permit any
route-map RM-NONE4 deny 10 route-map RM-NONE4 deny 10
exit-route-map
route-map RM-NONE6 deny 10 route-map RM-NONE6 deny 10
exit-route-map
interface r1-eth0 interface r1-eth0
ip address 100.0.0.1/24 ip address 100.0.0.1/24

View File

@ -1,3 +1,2 @@
! !
import-te
! !

View File

@ -5,7 +5,6 @@ log file ldpd.log
! debug mpls ldp event ! debug mpls ldp event
! debug mpls ldp errors ! debug mpls ldp errors
! debug mpls ldp sync ! debug mpls ldp sync
agentx
! !
mpls ldp mpls ldp
router-id 1.1.1.1 router-id 1.1.1.1

View File

@ -1,4 +1,3 @@
:assword 1
hostname rt1 hostname rt1
log file ospf6d.log log file ospf6d.log
log commands log commands