cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

ERROR: BGP is not supported on management-only interface

collinsjl
Level 1
Level 1

ASA5525 running 9.5(2)

Entered the route-map

route-map LOCALPREF permit 10

set local-preference 110

Current BGP configuration

router bgp XXXX

bgp log-neighbor-changes

bgp router-id 1.1.1.1

address-family ipv4 unicast

  neighbor XX.XX.XX.161 remote-as XXXX

  neighbor XX.XX.XX.161 activate

  neighbor XX.XX.XX.169 remote-as XXXX

  neighbor XX.XX.XX.169 activate

  network 11.XX.133.160 mask 255.255.255.240

  no auto-summary

  no synchronization

exit-address-family

Apply the route-map

router bgp XXXX

address-family ipv4 unicast

neighbor XX.XX.XX.169 route-map LOCALPREF in

ERROR: BGP is not supported on management-only interface

Who Me Too'd this topic