Содержание

Framed route

Framed-Route L2 BRAS routes management commands. Routes are stored in fastDPI UDR.

framed route show

View all routes:

  fdpi_cli -r <address> framed route show

framed route clear

Removing all routes entries from the UDR:

  fdpi_cli -r <address> framed route clear

framed route delete

Removing the specified route. The command argument is the subnet:

  # removing an IPv4-subnet
  fdpi_cli -r <address> framed route delete 10.20.30.0/24
 
  # removing an IPv6-subnet
  fdpi_cli -r <address> framed route delete 2001:5006:34ff::/60