API Guide

L2 MAC Entries : 163840 98304
L3 Host Entries : 147456 212992
L3 Route Entries : 32768 98304
查看所有模式的 UFT 信息
OS10# show hardware forwarding-table mode all
Mode default scaled-l2 scaled-l3-routes scaled-l3-hosts
L2 MAC Entries 163840 294912 32768 98304
L3 Host Entries 147456 16384 16384 212992
L3 Route Entries 32768 32768 131072 98304
Identifier GUID-1F03DADD-6DAD-4168-BF9C-64C0A592787F
Version 1
Status Translation approved
IPv6 扩展前缀路由
包含掩码在 /64 /128 之间的前缀路由的 IPv6 地址被称为 IPv6 扩展前缀路由。这些路由要求在最长前缀匹配 (LPM) 表中输入密钥
大小的两倍。
您可以使用 hardware l3 ipv6-extended-prefix prefix-number 命令配置扩展前缀的路由条目数量。
保存并重新加载交换机以使设置生效。
配置 IPv6 扩展前缀路由
OS10# configure terminal
OS10(config)# hardware l3 ipv6-extended-prefix 2048
% Warning: IPv6 Extended Prefix Installation will be applied only after a save and reload.
OS10(config)# do write memory
OS10(config)# reload
查看 IPv6 扩展前缀路由配置
OS10# show running-configuration | grep hardware
hardware l3 ipv6-extended-prefix 2048
重新加载之前的配置
OS10# show hardware l3
Current Settings Next-boot Settings
IPv6 Extended Prefix Entries: 0 2048
重新加载之后的配置
OS10# show hardware l3
Current Settings Next-boot Settings
IPv6 Extended Prefix Entries: 2048 2048
命令的 no 版本将移除 IPv6 扩展前缀路由配置。保存并重新加载交换机以移除配置。
OS10(config)# no hardware l3 ipv6-extended-prefix
% Warning: Un-configuring IPv6 Extended Prefix will be applied only after a save and reload.
UFT 模式 951