Cloud Native应用交付
  • 首页
  • 关于本站
  • 个人介绍
  • Downloads
  • Repo
    • Github
    • Container
  • F5
    • F5 Python SDK
    • F5-container
    • F5-LBaaS
  • 社交
    • 联系我
    • 微信/微博
    • 公众号
    • 打赏赞助
交换机技术
交换机技术

简单记录

1.   利用接入层交换机端口ACL对一些特殊需求进行限制:可以利用port acl 进行同网段不通机器间通信限制;也可以限制某网段内某些机器不能访问某种资源,而别的机器可以。具体配置同普通ACL,将其应用在接入层交换机某个端口上即可。2.   CISCO的ACL对分片数据的处理行为:对于分片的TCP数据,CISCO按以下方式处理:如果是permit条目,对于分片的数据只检查3层中的内容。如果是deny条目,则永远也不会匹配分片数据。...

2007年12月25日 0条评论 4120点热度 0人点赞 阅读全文
交换机技术

2960 Configuring DHCP Features(IOS12.2)

DHCP Snooping DHCP snooping is a DHCP security feature that provides network security by filtering untrusted DHCP messages and by building and maintaining a DHCP snooping binding database, also referred to as a DHCP snooping binding table. For more i...

2007年02月04日 2条评论 6444点热度 0人点赞 阅读全文
交换机技术

[原创]VLAN间访问控制的几种方法总结.

VAN10,VLAN20,VLAN30要求 VLAN20,30都能访问VLAN10,但20,30之间不能相互访问.1.用策略路由控制,让去往VLAN10的被路由到正确接口,其他的都被送到丢弃口access-list 100 permit ip any 192.168.10.0 0.0.0.255route-map tovlan1 permit 10match address 100set default interface f 0/0.10route-map tovlan1 permit 20s...

2006年12月13日 1条评论 5460点热度 0人点赞 阅读全文
交换机技术

show vlan里的一些状态提示[831]

Usage Guidelines Each Ethernet switch port and Ethernet repeater group belong to only one VLAN. Trunk ports can be on multiple VLANs. If you shut down a VLAN using the state suspend or the state active command, these values appear in the Status field...

2006年11月09日 0条评论 4790点热度 0人点赞 阅读全文
交换机技术

双工问题

Note: This section is only applicable for 10/100/1000 Mbps (1000BASE-T) NICs, and not 1000BASE-X NICs.Table 1—Autonegotiation Valid Configuration Table Configuration NIC (Speed/Duplex) ...

2006年11月04日 0条评论 4801点热度 0人点赞 阅读全文
交换机技术

关于导致多播问题的一些案例

http://www.cisco.com/en/US/tech/tk828/technologies_tech_note09186a0080094b55.shtml看原始文档,内容较多...

2006年09月07日 0条评论 4023点热度 0人点赞 阅读全文
交换机技术

Router Does Not Forward Multicast Packets to Host Due to RPF Failure

Background InformationWhen troubleshooting multicast routing, the primary concern is the source address. Multicast has a concept of Reverse Path Forwarding check (RPF check). When a multicast packet arrives on an interface, the RPF process checks to ...

2006年09月07日 0条评论 5669点热度 0人点赞 阅读全文
交换机技术

不支持硬件交换的数据类型

Software SwitchingSoftware switching occurs when traffic cannot be processed in hardware. The following types of exception packets are processed in software at a much slower rate: Packets that use IP header options ...

2006年09月06日 0条评论 4323点热度 0人点赞 阅读全文
交换机技术

一个关于IOS软件引起的SPT 端口问题

本来是看一个题目觉得奇怪的,于是去查CISCO 文档,结果发现那个题目就是CISCO 文档上的东西.只是这个文档本来是发布IOS  bug的一个通告,下面是关键内容.Loopback Test: Test for a spanning-tree BPDU error. A crossover cable should be connected between two unused access ports. In this case, FastEthernet0/1 and FastE...

2006年09月05日 0条评论 4533点热度 0人点赞 阅读全文
交换机技术

AAA Configuring Authentication

Configuring Authentication Authentication verifies users before they are allowed access to the network and network services. The Cisco IOS software implementation of authentication is divided into two main categories: • AAA Authentication M...

2006年09月05日 0条评论 4207点热度 0人点赞 阅读全文
交换机技术

Configuring Voice VLAN on 3550总结

Understanding Voice VLAN The voice VLAN feature enables access ports to carry IP voice traffic from an IP phone. The switch can connect to a Cisco 7960 IP Phone and carry IP voice traffic. Because the sound quality of an IP phone call can deteri...

2006年09月04日 0条评论 4071点热度 0人点赞 阅读全文
交换机技术

[原创]MST(802.1s)学习笔记

人邮讲的太晦涩,看了CISCO 的文档,大概理解翻译了下,有错的请至正.另外,关于他们之间交换BPDU的过程我还不是十分很了解.望战友帮助讲解.先解释一些名词,不然下面就乱了:1.       IST: IST是一个MST区域的生成树,它维护和计算机这个MST 区域内的SPT,MST实例0就是一个特殊的MST实例,这个实例就叫 IST. 也就是说可以把IST看成是每个MST区域的外界表现2.    ...

2006年09月04日 1条评论 5196点热度 0人点赞 阅读全文
交换机技术

MLS

To determine the best path is the primary function of routing protocols, and this can be aCPU-intensive process. Thus, there is a significant performance increase with the offloadof a portion of this function to switching hardware. This performance i...

2006年08月30日 0条评论 3379点热度 0人点赞 阅读全文
交换机技术

Catalyst 3550 Multilayer Switch Software Configuration Guide, 12.1(4)EA1

Catalyst 3550 Multilayer Switch Software Configuration Guide, 12.1(4)EA1 Index Preface Product Overview Using the Command-Line Interface Getting Started with CMS Assigning the Swi...

2006年08月30日 0条评论 4192点热度 0人点赞 阅读全文
交换机技术

show spanning-tree

Catalyst 6500 Series Cisco IOS Command Reference, 12.1 E show spanning-tree To display information about the spanning tree state, use the show spanning-tree command. show spanning-tree [bridge-group | active | backbonefast | {bridge [id]}| detail | i...

2006年08月30日 0条评论 4214点热度 0人点赞 阅读全文
12

纳米

http://linjing.io

☁️迈向Cloud Native ADC ☁️

认证获得:
Kubernetes: CKA #664
Microsoft: MCSE MCDBA
Cisco: CCNP
Juniper: JNCIS
F5:
F5 Certified Solution Expert, Security
F5 Certified Technology Specialist, LTM/GTM/APM/ASM
F5 Certified BIG-IP Administrator
  • 点击查看本博技术要素列表
  • 分类目录
    • Avi Networks (3)
    • Cisco ACI (1)
    • CISCO资源 (21)
    • F5 with ELK (8)
    • F5-Tech tips (38)
    • F5技术 (203)
    • Juniper (4)
    • Linux (7)
    • Nginx (18)
    • SDN (4)
    • ServiceMesh (19)
    • WEB编程 (8)
    • WINDOWS相关 (7)
    • 业界文章 (18)
    • 交换机技术 (20)
    • 化云为雨/Openstack (35)
    • 协议原理 (52)
    • 容器/k8s (64)
    • 我的工作 (19)
    • 我的生活 (70)
    • 网站技术 (19)
    • 路由器技术 (80)
    • 项目案例 (28)
    文章归档
    标签聚合
    F5 k8s openstack nginx istio DNS envoy gtm docker network flannel api irule bigip neutron cc kubernetes ELK vxlan BGP dhcp VPN IPSec lbaas ingress ingress controller nginx plus sidecar IPSec VPN NAT sql
    最新 热点 随机
    最新 热点 随机
    Say hello for 2021 二进制flannel部署,非cni网络模式下与k8s CIS结合方案 又是一年国庆 Service Account Token Volume Projection Istio ingressgateway 静态TLS证书加载与SDS发现方式配置区别 Istio里Gateway的port定义与实际ingressgateway的listener端口关系及规则 Helm 3 部署NGINX Ingress Controller 应用交付老兵眼中的Envoy, 云原生时代下的思考 Istio sidecar iptables以及流量控制分析 Istio 熔断策略及envoy配置
    Say hello for 2021
    [学习笔记]DR/BDR的选择过程 将k8s网络模型从canal更换为calico(IPIP模式以及BGP) 扩展或影响nginx(Ingress Controller)配置的方法 动态VPN 与静态VPN共存问题 如何使用REST接口控制zonerunner zone配置 Node Affinity / Taints /Tolerations 2014 ADC Gartner magic quadrant(Oct. 2014) 明天圣火到北京,圣火传递主题歌 3DNS同步机制 【tcl】forward
    链接表
    • Jimmy Song‘s Blog
    • SDNap
    • SDNlab
    • SDN论坛
    • Service Mesh社区
    • 三斗室
    • 个人profile

    COPYRIGHT © 2020 Cloud Native应用交付. ALL RIGHTS RESERVED.

    THEME KRATOS MADE BY VTROIS

    京ICP备14048088号-1

    京公网安备 11010502041506号

    [ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin