Code: Select all
if(bgp-input-remote-as==1000){reject}
I appreciate it in advance.
if(bgp-input-remote-as==1000){reject}
if (bgp-as-path "(1234|5678|1000)") { reject; }
if (dst in 123.456.789.0/23 && dst-len in 23-24) { accept; }
if (bgp-as-path ^54321 && dst-len in 20-24) { accept; }
if ( bgp-input-remote-as==1000 ){ reject; } else { accept; }