Framed-Route L2 BRAS routes management commands. Routes are stored in fastDPI UDR.
View all routes:
fdpi_cli -r <address> framed route show
Removing all routes entries from the UDR:
fdpi_cli -r <address> framed route clear
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