第 19 章 Juniper Flow

简介:


interfaces {
    ge-0/3/0 {
        unit 0 {
            family inet {
                filter {
                    input all;
                    output all;
                }
                address 10.0.0.1/24;
            }
        }
    }

firewall {
    filter all {
        term all {
            then {
                sample;
                accept;
            }
        }
    }
}

forwarding-options {
    sampling {
        input {
            family inet {
                rate 100;
            }
        }
        output {
            cflowd 10.0.0.100 {
                port 9800;
                version 5;
            }
        }
    }
}
	

调试命令

debug flow basic
debug flow drop
undebug all

get dbuf stream
	




原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
23天前
|
存储 人工智能 Rust
SaaS平台Flows.network
Flows.network 是一个基于 Rust 和 Wasm 的无服务器平台,允许开发者构建和部署工作流功能,集成 AI 模型和 SaaS 服务,并通过 GitOps 自动化部署和更新。
21 0
|
网络虚拟化
华三 hybrid 配置命令
华三 hybrid 配置命令
555 0
华三 hybrid 配置命令
|
SDN
The Business Benefits of SDN and the Emerging SD-WAN Technology
Shunmin Zhu, Head of Alibaba Cloud Network Services, offers insights on the future of Software Defined Networking (SDN) and the emerging SD-WAN technology.
1757 0
The Business Benefits of SDN and the Emerging SD-WAN Technology
|
数据安全/隐私保护
|
安全 大数据 SDN
Orange Business Services 与思科携手实现 SD-WAN 网络功能虚拟化
在Cisco Live 欧洲大会上,Orange Business Services 展示了它的下一代全球 SD-WAN 技术,首次装载了虚拟网络功能(VNF)的思科SD-WAN技术应用于思科企业网络计算系统(ENCS)。
1439 0
|
安全 数据安全/隐私保护 网络架构
|
安全 网络架构 iOS开发