我正在尝试找到将评论添加到我的访问列表中的最佳方式。目前,我发现的唯一方式是以下一种:
switch#conf t
switch(config)#ip access-list extended VLAN-TEST3
switch(config-ext-nacl)#remark first remark
switch(config-ext-nacl)#10 permit ip any any
switch(config-ext-nacl)#remark second remark
switch(config-ext-nacl)#20 deny ip any any
switch(config-ext-nacl)#remark third remark
但是通过使用它,我无法看到带有命令的注释,sh ip access-list VLAN-TEST3
它们仅在我执行 a 时才会出现sh run
(这对于查看 ACL 来说并不是最实用的)。我也无法为评论指定多行,也无法修改/删除它们。
最好的方法是什么?我使用的是 Cisco 3750