Compare commits

...

10 Commits

Author SHA1 Message Date
ageissler
52b9e75f35 README.md aktualisiert 2025-03-10 08:15:04 +01:00
ageissler
e29ba748f6 README.md aktualisiert 2024-11-14 21:18:45 +01:00
ageissler
3a53450745 README.md aktualisiert 2024-11-14 21:18:26 +01:00
ageissler
ffa55f9a64 README.md aktualisiert 2024-10-29 10:10:28 +01:00
ageissler
2278126b83 README.md aktualisiert 2024-10-29 10:06:19 +01:00
ageissler
3ccd192847 README.md aktualisiert 2024-10-29 09:36:20 +01:00
ageissler
67d3aae37c BISON-BGP/asa-frankfurt aktualisiert 2024-10-28 14:19:04 +01:00
ageissler
cfa99eb7e7 BISON-BGP/asa-frankfurt aktualisiert 2024-10-28 12:57:54 +01:00
ageissler
73e3ddbfa9 BISON-BGP/switch-sp-1 aktualisiert 2024-10-28 12:53:34 +01:00
ageissler
d5f26e78ba BISON-BGP/switch-sp-2 aktualisiert 2024-10-28 12:53:16 +01:00
4 changed files with 46 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
router eigrp 1
distribute-list eigrpACL_FR out interface BISON_XFER
network 10.120.1.64 255.255.255.248
router bgp 65147
bgp log-neighbor-changes
bgp router-id 10.99.0.34
address-family ipv4 unicast
neighbor 10.120.1.67 remote-as 65147
neighbor 10.120.1.67 description bison primary weight 200
neighbor 10.120.1.67 activate
neighbor 10.120.1.67 next-hop-self
neighbor 10.120.1.67 weight 200
neighbor 10.120.1.66 remote-as 65147
neighbor 10.120.1.66 description bison secondary weight 100
neighbor 10.120.1.66 activate
neighbor 10.120.1.66 next-hop-self
neighbor 10.120.1.66 weight 100
redistribute connected metric 10000

View File

@@ -20,7 +20,7 @@ router eigrp 1
router bgp 65147
address-family ipv4 vrf bison
redistribute eigrp 1 metric 10000
no redistribute eigrp 1 metric 10000
neighbor 192.168.160.17 remote-as 65004
neighbor 192.168.160.17 activate
neighbor 10.120.1.67 remote-as 65147

View File

@@ -12,3 +12,20 @@ router bgp 65147
neighbor 192.168.160.1 activate
distribute-list BisonRoutesACL in
exit-address-family
-->
router eigrp 1
no address-family ipv4 vrf bison autonomous-system 1
router bgp 65147
address-family ipv4 vrf bison
no redistribute eigrp 1 metric 10000
neighbor 192.168.160.1 remote-as 65004
neighbor 192.168.160.1 activate
neighbor 10.120.1.67 remote-as 65147
neighbor 10.120.1.68 remote-as 65147
neighbor 10.120.1.68 next-hop-self
distribute-list BisonRoutesACL in
exit-address-family

View File

@@ -1,3 +1,11 @@
# Spiegel
Dieses Repository wird gespiegelt
- Quelle
http://conlxjh01.tail22b4a.ts.net:3000/ageissler/cisco-cfg.git
- Ziel
http://synology.tail22b4a.ts.net:8418/andre/cisco-cfg.git
# Cisco Konfigs
## Kurzbeschreibung