cisco文档声称ASA 5512-X不支持流量整形,因为它是一个多处理器设备。为什么会这样呢?
塑造只是天生的活跃吗?
它似乎是一个很好的特点,我不明白为什么它是不可用的。
要添加更多详细信息,形状命令在类默认策略下不可用,它位于其他地方吗?这是我通常申请的
class-map RTP-traffic
match dscp ef
class-map SIP-traffic
match dscp af31
policy-map voice-policy
class RTP-traffic
priority
class SIP-traffic
priority
policy-map outside-policy
class class-default
shape average 5000000
service-policy voice-policy
service-policy outside-policy interface outside但是当我去应用它时,我只看到
ASAX(config-pmap-c)# policy-map outside-policy
ASAX(config-pmap)# class class-default
ASAX(config-pmap-c)# ?
MPF policy-map class configuration commands:
exit Exit from MPF class action configuration mode
help Help for MPF policy-map class/match submode commands
no Negate or set default values of a command
police Rate limit traffic for this class
priority Strict scheduling priority for this class
quit Exit from MPF class action configuration mode
set Set connection values
user-statistics configure user statistics for identity firewall
<cr>
csc Content Security and Control service module
flow-export Configure filters for NetFlow events
inspect Protocol inspection services
ips Intrusion prevention services而且这个形状是不可用的。
发布于 2013-08-02 18:39:49
在新硬件上,此时不支持成形。这是多处理器多核单元的硬件限制,而不是软件限制.在上述文件中没有具体说明这一点。我问了思科的一位产品代表,他证实这是不支持的。
发布于 2013-07-31 00:37:30
5580和5585 X是多处理器单元。5512X不支持流量整形,除非它在Management接口(M0/0)上不支持它。
多处理器模型(如ASA 5580或ASA 5585-X )不支持流量整形。..。(ASA 5512-X通过ASA 5555-X)管理0/0接口不支持优先级队列。
在ASA 8.4上配置服务质量
https://networkengineering.stackexchange.com/questions/2576
复制相似问题