当前位置:网站首页>Amendment to VPP implementation policy routing
Amendment to VPP implementation policy routing
2022-06-24 09:44:00 【Soft persimmon kneading】
Original reference
The original text says :
stay VPP On the configuration acl and abf:
1、 First configuration acl,(acl Only through vat Order or api Interface )
vpp_api_test
acl_add_replace permit, ipv4 permit
acl_add_replace 0 ipv4 permit src 90.10.10.0/24
acl_interface_add_del sw_if_index 3 add input acl 0 # Apply to the interface , The interface index can be accessed through sh int see
The amendment here is as follows ,
To configure acl 22 Version already supports , Therefore, the above configuration can use acl
The second and most important , here acl Degenerate into quintuples , Therefore, it must not be bound to the interface . Even actions don't need to be configured . Because once bound , That's it acl Take effect . It's not necessary .
So the overall ( contain acl+abf Configuration of ) as follows ,
set acl-plugin acl permit src 90.10.10.0/24
abf policy add id 0 acl 0 via 169.254.168.2 host-unifier
abf attach ip4 policy 0 HundredGigabitEthernet12/0/0.1100
边栏推荐
- Conseils étonnants pour promouvoir les ventes d'entreprise avec le chat en direct
- ssh远程免密登录
- Thinkphp5 multi language switching project practice
- PHP使用递归和非递归方式实现创建多级文件夹
- Oracle数据文件头SCN不一致处理方法
- PTA monkey chooses King (Joseph Ring problem)
- Zero foundation self-study SQL course | related sub query
- Implementation of simple floating frame in WindowManager
- 【bug】@JsonFormat 使用时出现日期少一天的问题
- Netrca: an effective network fault cause localization
猜你喜欢
随机推荐
Go 语言项目开发实战目录
Learn Tai Chi Maker - esp8226 (12) esp8266 multitasking
Oracle database listening file configuration
Dynamic saving and recovery of FPU context under risc-v architecture
达梦数据库如何定位锁等待问题解决方法
正则匹配手机号
latex公式及表格识别
leetcode--字符串
LeetCode: 377. 组合总和 Ⅳ
Zero foundation self-study SQL course | having clause
Netrca: an effective network fault cause localization
Thinkphp5清除runtime下的cache缓存,temp缓存,log缓存
使用Live Chat促进业务销售的惊人技巧
Oracle数据文件头SCN不一致处理方法
Cdga | how can we do well in data governance?
Ora-28000 error after upgrading Oracle 12C to 19C
grpc本地测试联调工具BloomRPC
Zero foundation self-study SQL course | related sub query
Thinkphp5 multi language switching project practice
Nlp-d59-nlp game D28 - I think it's OK - stage summary - mentality adjustment








