Tuesday 25 June 2024

BGP config on cisco ASA

 

interface GigabitEthernet0/5

 description *** Connection to BGP ***

 nameif BGP

 security-level 50

 ip address 10.1.252.1 255.255.255.252


router bgp 65534

 bgp log-neighbor-changes

 address-family ipv4 unicast

  neighbor 10.1.252.2 remote-as 65533

  neighbor 10.1.252.2 transport path-mtu-discovery

  neighbor 10.1.252.2 activate

  network 10.1.0.0

  redistribute static metric 4294967295 route-map RM_ROUTES_TO_REDIST

  default-information originate

  no auto-summary

  no synchronization

 exit-address-family

No comments:

Post a Comment