Compare commits
10 Commits
284b15ba86
...
52b9e75f35
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52b9e75f35 | ||
|
|
e29ba748f6 | ||
|
|
3a53450745 | ||
|
|
ffa55f9a64 | ||
|
|
2278126b83 | ||
|
|
3ccd192847 | ||
|
|
67d3aae37c | ||
|
|
cfa99eb7e7 | ||
|
|
73e3ddbfa9 | ||
|
|
d5f26e78ba |
@@ -1,3 +1,20 @@
|
|||||||
router eigrp 1
|
router eigrp 1
|
||||||
distribute-list eigrpACL_FR out interface BISON_XFER
|
distribute-list eigrpACL_FR out interface BISON_XFER
|
||||||
network 10.120.1.64 255.255.255.248
|
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
|
||||||
@@ -20,7 +20,7 @@ router eigrp 1
|
|||||||
|
|
||||||
router bgp 65147
|
router bgp 65147
|
||||||
address-family ipv4 vrf bison
|
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 remote-as 65004
|
||||||
neighbor 192.168.160.17 activate
|
neighbor 192.168.160.17 activate
|
||||||
neighbor 10.120.1.67 remote-as 65147
|
neighbor 10.120.1.67 remote-as 65147
|
||||||
|
|||||||
@@ -11,4 +11,21 @@ router bgp 65147
|
|||||||
neighbor 192.168.160.1 remote-as 65004
|
neighbor 192.168.160.1 remote-as 65004
|
||||||
neighbor 192.168.160.1 activate
|
neighbor 192.168.160.1 activate
|
||||||
distribute-list BisonRoutesACL in
|
distribute-list BisonRoutesACL in
|
||||||
exit-address-family
|
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
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -1,6 +1,14 @@
|
|||||||
|
# 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
|
# Cisco Konfigs
|
||||||
|
|
||||||
## Kurzbeschreibung
|
## Kurzbeschreibung
|
||||||
|
|
||||||
### BISON_BGP
|
### BISON_BGP
|
||||||
Konfiguration zur Umstellung eBGP mit EIGRP auf eBGP/iBGP aufgrund fehlerhaftem Umschaltverhaltens
|
Konfiguration zur Umstellung eBGP mit EIGRP auf eBGP/iBGP aufgrund fehlerhaftem Umschaltverhaltens
|
||||||
|
|||||||
Reference in New Issue
Block a user