How to backup or export packet filter list for an interface?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Currently in the RRAS, there is an interface having outbound filters
consisting of more than 200 entries. I would like to backup or export it out,
in order to use it in another system and for backup purpose, but I can't find
any way of doing it. Anyone has any idea? Thanks.

Regards,
Yoong Seong
 
Hi, I have found out some ideas on this by using netsh command.

To backup,
netsh routing ip dump > backup_filter_list.txt

To restore,
netsh exec backup_filter_list.txt

Hope this helps.
 
Back
Top