当前位置:网站首页>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
边栏推荐
猜你喜欢
Amazing tips for using live chat to drive business sales
零基础自学SQL课程 | 子查询
Time series data augmentation for deep learning: paper reading of a survey
关于thinkphp5 使用模型save()更新数据提示 method not exist:think\db\Query-> 报错解决方案
Inspiration from reading CVPR 2022 target detection paper
零基础自学SQL课程 | 相关子查询
Servlet快速筑基
Zero foundation self-study SQL course | related sub query
【bug】@JsonFormat 使用时出现日期少一天的问题
字节跳动-面试官: 谈下音视频同步原理,音频和视频能绝对同步吗?
随机推荐
生产者/消费者模型
桌面软件开发框架大赏
June 13-19, 2022 AI industry weekly (issue 102): career development
记录一下MySql update会锁定哪些范围的数据
关于thinkphp5 使用模型save()更新数据提示 method not exist:think\db\Query-> 报错解决方案
Learning Tai Chi Maker - esp8226 (XIII) OTA
获取带参数的微信小程序二维码-以及修改二维码LOGO源码分享
五心红娘
port 22: Connection refused
开源一款监控数据采集器,啥都能监控
【自定义Endpoint 及实现原理】
Target of cmake command_ compile_ options
二十、处理器调度(RR时间片轮转,MLFQ多级反馈队列,CFS完全公平调度器,优先级翻转;多处理器调度)
vim的使用
每周推荐短视频:计算的终极形态是“元宇宙”?
Directly applicable go coding specification
Leetcode -- linked list
Go language project development practice directory
Summary of medical image open source datasets (II)
Oracle数据文件头SCN不一致处理方法