Hello, I wanted to see if the following was an acceptable solution:
ip as-path access-list 1 deny 254
router bgp 400
neighbor 204.12.1.254 filter-list 1 out
I essentially got the same result, just wanted to see if there was a reason it wasn't a good idea to do it this way.