上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 31 下一页
摘要: 5G E2E组网,通常有专业的UE抓包工具,能够清新的显示,各种信令和其他的各种信息。 但是这种专业的抓包工具,都不免费。 这里总结一下, TCPDUMP/Wirshark抓包的过程。 1. UPF抓包 这里有一个GTP-U抓包实例(ping 包): https://www.cloudshark.o 阅读全文
posted @ 2021-08-17 08:15 lvmxh 阅读(2827) 评论(0) 推荐(0) 编辑
摘要: shell #!/bin/bash N3=enp134s0f0 N3=0000:86:00.0 N6=enp134s0f3 N6=86:00.3 function get_nic_bdf(){ IFC=$1 # echo "Load driver for interface: $IFC" ls /s 阅读全文
posted @ 2021-08-12 02:34 lvmxh 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Jinja2 loop: SDEWAN interface define (Go template) https://github.com/akraino-edge-stack/icn-sdwan/blob/b8234d1190478d34c0ae2cbadf9fb8035e0546b1/platf 阅读全文
posted @ 2021-08-01 20:13 lvmxh 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1. 单独执行某个role cat <<EOF >./playbook.yml - hosts: edgenode_group pre_tasks: - name: set node name set_fact: node_name={{ ansible_nodename | lower }} - 阅读全文
posted @ 2021-07-31 14:54 lvmxh 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 调试5G BBU 写了一个shell,提高效率 1 SESSION=autobbu 2 3 RED='\e[0;31m' 4 GREEN='\033[0;32m' 5 NC='\033[0m' 6 green="\033\[0;32m" 7 red="\033\[0;31m" 8 reset="\0 阅读全文
posted @ 2021-07-24 03:16 lvmxh 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 非常有用的手册: QuickReference - 5G/NR (5G/NR 快速参考) 5G Identifiers SUPI and SUCI - Techplayon NAS Signalling UMTS: Universal Mobile Telecommunication System 阅读全文
posted @ 2021-07-10 17:30 lvmxh 阅读(444) 评论(0) 推荐(0) 编辑
摘要: Redhat Blog Part 1: How to Enable Hardware Accelerators on OpenShift Part 2: How to enable Hardware Accelerators on OpenShift, SRO Building Blocks 简化 阅读全文
posted @ 2021-06-24 14:16 lvmxh 阅读(65) 评论(0) 推荐(0) 编辑
摘要: Prepare: 详解 DNS 与 CoreDNS 的实现原理 调查 采用什么来搭建一个dns server? 1. BIND Learn how to use BIND to set up your own server for resolving domain names. How to Ins 阅读全文
posted @ 2021-06-12 12:05 lvmxh 阅读(75) 评论(0) 推荐(0) 编辑
摘要: coredns org hosts plguin and reverse, we can set reload durations. add a dns item as follow: # $(kubectl get cm coredns -n kube-system -o json | jq .d 阅读全文
posted @ 2021-06-12 00:35 lvmxh 阅读(77) 评论(0) 推荐(0) 编辑
摘要: NOTE: 多个IP 地址可以映射(SNAT)到一个出口网络地址。一个出口网络地址也可以映射(DNAT)到多个IP 地址,但是只能做load balance使用。 Netfilter 原理 连接跟踪(conntrack):原理、应用及 Linux 内核实现 conntrack conntrack i 阅读全文
posted @ 2021-06-10 08:58 lvmxh 阅读(331) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 31 下一页