cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
903
Views
0
Helpful
2
Replies

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

2 Replies 2

collinsjl
Level 1
Level 1

Solution is:

Take the nameif off of your management interface.  Add your BGP commands.  Put nameif back on the management interface

 I did and see the below output.

 sh run router bgp

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

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

  network 11.XX.133.160 mask 255.255.255.240

  no auto-summary

  no synchronization

exit-address-family

Question is why does this work and why did I have to do it for the command to work?  TAC please respond.

Crickets!!!