MERAprojects / ops-build

Other
0 stars 0 forks source link

BGP IPv6 command 'ipv6 prefix-list ' doesn't work #6

Open xivamar opened 7 years ago

xivamar commented 7 years ago

Problem Description:

Filtration via command ipv6 prefix-list DUT4_in seq 10 permit ::0/0 le 128 or ipv6 prefix-list DUT4_in seq 10 permit any doesn't work.

OpenSwitch version:

OpenSwitch 0.4.0 (Build: appliance-ops-0.4.0-master-20161024113601-dev)

Test Topology:

screenshot

Steps to reproduce the problem (see attached files):

  1. Configure bgp router and add neighbors to it on each DUTs. Neighbors should be in established state.
  2. Forbid to accept 2002::7800:0/120 network announcement through DUT4 via ipv6 prefix-list.
  3. Check bgp routing table via show ipv6 bgp on DUT1. - NOK: the route to 2002::7800:0/120 network through 2002::6600:1 should be absent.

config_IPv6_BGP.txt BDP_IPv6_command_ipv6_prefix-list_doesnt_work.txt