路由控制配置 ipv4- family命令解析

ipv4- family命令

1.命令功能
ipv4 family i命令用来使能BGP的|Pv4地址族并进入BGP的P4地址族视图。
undo ipv4 family命令用来删除BGP的相应|P4地址族视图下的所有配置。
缺省情况下,进入BGP-IPv4单播地址族视图。

2.命令格式
ipv4-family unicast
undo ipv4-family unicast

3.参数说明

参数:unicast
参数说明:表示进入单播地址族视图

4.使用实例
进入BGP-IPv4单播地址族视图。
在这里插入图片描述

  • 1
    点赞
  • 16
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
VMware NSX-T Reference Design Guide Table of Contents 1 Introduction 4 1.1 How to Use This Document 4 1.2 Networking and Security Today 5 1.3 NSX-T Architecture Value and Scope 5 2 NSX-T Architecture Components 11 2.1 Management Plane 11 2.2 Control Plane 12 2.3 Data Plane 12 3 NSX-T Logical Switching 13 3.1 The N-VDS 13 3.1.1 Uplink vs. pNIC 13 3.1.2 Teaming Policy 14 3.1.3 Uplink Profile 14 3.1.4 Transport Zones, Host Switch Name 16 3.2 Logical Switching 17 3.2.1 Overlay Backed Logical Switches 17 3.2.2 Flooded Traffic 18 3.2.2.1 Head-End Replication Mode 19 3.2.2.2 Two-tier Hierarchical Mode 19 3.2.3 Unicast Traffic 21 3.2.4 Data Plane Learning 22 3.2.5 Tables Maintained by the NSX-T Controller 23 3.2.5.1 MAC Address to TEP Tables 23 3.2.5.2 ARP Tables 23 3.2.6 Overlay Encapsulation 25 4 NSX-T Logical Routing 26 4.1 Logical Router Components 27 4.1.1 Distributed Router (DR) 27 4.1.2 Services Router 32 4.2 Two-Tier Routing 36 VMware NSX-T Reference Design Guide 2 4.2.1 Interface Types on Tier-1 and Tier-0 Logical Routers 37 4.2.2 Route Types on Tier-1 and Tier-0 Logical Routers 38 4.2.3 Fully Distributed Two Tier Routing 39 4.3 Edge Node 41 4.3.1 Bare Metal Edge 42 4.3.2 VM Form Factor 46 4.3.3 Edge Cluster 48 4.4 Routing Capabilities 49 4.4.1 Static Routing 49 4.4.2 Dynamic Routing 50 4.5 Services High Availability 53 4.5.1 Active/Active 53 4.5.2 Active/Standby 54 4.6 Other Network Services 56 4.6.1 Network Address Translation 56 4.6.2 DHCP Services 56 4.6.3 Metadata Proxy Service 57 4.6.4 Edge Firewall Service 57 4.7 Topology Consideration 57 4.7.1 Supported Topologies 57 4.7.2 Unsupported Topologies 59 5 NSX-T Security 60 5.1 NSX-T Security Use Cases 60 5.2 NSX-T DFW Architecture and Components 62 5.2.1 Management Plane 62 5.2.2 Control Plane 62 5.2.3 Data Plane 63 5.3 NSX-T Data Plane Implementation - ESXi vs. KVM Hosts 63 5.3.1 ESXi Hosts- Data Plane Components 64 5.3.2 KVM Hosts- Data Plane Components 64 5.3.3 NSX-T DFW Policy Lookup and Pa
数通设备SRG2300脚本 zw_unicom zw_unicom n system-view sysname haiyuanqixiangju system-view interface LoopBack 0 ip address 10.255.0.187 255.255.255.255 return system ip -instance internet description internet ipv4-family route-distinguisher 10000:10020 apply-label per-instance -target 10000:10020 export-extcommunity -target 10000:10020 import-extcommunity return system ip -instance public description public ipv4-family route-distinguisher 10000:10010 apply-label per-instance -target 10000:10010 export-extcommunity -target 10000:10010 import-extcommunity return system acl number 3000 rule 5 permit ip source 192.168.0.0 0.0.255.255 rule 100 deny ip return system aaa local-user unicom password cipher zw_unicom local-user unicom privilege level 3 local-user unicom service-type telnet return system user-interface vty 0 4 authentication-mode aaa return system interface GigabitEthernet0/0/0 description to XXX_S9300_giX/X/X combo-port fiber interface GigabitEthernet0/0/0.1 description management dot1q termination vid 198 ip address 10.255.37.211 255.255.255.248 interface GigabitEthernet0/0/0.2 description public dot1q termination vid 1186 ip binding -instance public ip address 172.25.5.211 255.255.255.248 nat outbound 3000 interface GigabitEthernet0/0/0.3 description internet dot1q termination vid 3185 ip binding -instance internet ip address 172.26.5.211 255.255.255.248 nat outbound 3000 interface GigabitEthernet0/0/1 description to xiaxing interface GigabitEthernet0/0/1.1 description public ip binding -instance public interface GigabitEthernet0/0/1.2 description internet ip binding -instance internet interface GigabitEthernet0/0/2 description test ip address 192.168.100.1 255.255.255.252 return system bgp 64698 router-id 10.255.0.187 peer 10.255.37.209 as-number 65145 peer 10.255.37.209 description XXX peer 10.255.37.209 connect-interface GigabitEthernet0/0/0.1 peer 10.255.37.210 as-number 65145 peer 10.255.37.210 description XXXX peer 10.255.37.210 connect-interface GigabitEthernet0/0/0.1 ipv4-family unicast undo synchronization network 10.255.0.187 255.255.255.255 ipv4-family -instance public import-route static peer 172.25.5.209 as-number 65145 peer 172.25.5.209 connect-interface GigabitEthernet0/0/0.2 peer 172.25.5.210 as-number 65145 peer 172.25.5.210 connect-interface GigabitEthernet0/0/0.2 ipv4-family -instance internet import-route static peer 172.26.5.209 as-number 65145 peer 172.26.5.209 connect-interface GigabitEthernet0/0/0.3 peer 172.26.5.210 as-number 65145 peer 172.26.5.210 connect-interface GigabitEthernet0/0/0.3 return save y y

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值