На коммутаторах Cisco существуют так называемые шаблоны распределения ресурсов, Switching Database Manager templates (SDM templates). С помощью этих шаблонов можно управлять выделением ресурсов коммутатора или лучше сказать приоритезировать ресурсы коммутатора в зависимости от выполняемых этим коммутатором задач. Согласно этим шаблонам основными задачами коммутатора являются коммутация или маршрутизация и соответственно существуют следующие основные виды шаблонов:
- Коммутация пакетов. Это работа коммутатора на 2-ом уровне (Layre2), больше ресурсов выделяется для работы с MAC-адресами, VLAN-ами
- Маршрутизация. Соответственно Layer3, ресурсы выделяются больше под работу с таблицы маршрутизации и с протоколами маршрутизации. В конфиге доступно больше команд связанных с маршрутизацией пакетов.
- Default-template, как видно из названия этот шаблон который установлен по-умолчанию он представляет некий баланс между свойствами первого и второго шаблона. Если применен этот шаблон, то могут отсутствовать или не работать наиболее "продвинутые" команды из "полноценных" режимов, например Policy-Based Routing.
- На более высоких версиях коммутаторов есть еще другие виды шаблонов, например для работы с ipv6.
Изменить template можно командой (Cisco 2960XR):
SWS1_PLK(config)#sdm prefer ?После изменения template-a, чтобы изменения вступили в силу, необходимо перезагрузить оборудование. Поэтому на важных участках сети о template нужно подумать заранее, до введения оборудования в эксплуатацию.
default Supports both IPv4 and IPv6 Routing
ipv4 Supports IPv4 Routing with larger scale
vlan Supports layer-2 with larger scale
Посмотреть примененный шаблон можно командой:
SWT1#sh sdm prefer
The current template is "desktop default" template.
The selected template optimizes the resources in
the switch to support this level of features for
8 routed interfaces and 1024 VLANs.
number of unicast mac addresses: 6K
number of IPv4 IGMP groups + multicast routes: 1K
number of IPv4 unicast routes: 8K
number of directly-connected IPv4 hosts: 6K
number of indirect IPv4 routes: 2K
number of IPv6 multicast groups: 64
number of IPv6 unicast routes: 106
number of directly-connected IPv6 addresses: 74
number of indirect IPv6 unicast routes: 32
number of IPv4 policy based routing aces: 0
number of IPv4/MAC qos aces: 0.5K
number of IPv4/MAC security aces: 0.875k
number of IPv6 policy based routing aces: 0
number of IPv6 qos aces: 0
number of IPv6 security aces: 60
Cisco Catalyst 2960-XR Family IP Lite Scalability Numbers
Resources
|
Default (IP Lite)
|
VLAN (IP Lite)
|
IPv4 (IP Lite)
|
Unicast MAC Addresses
|
16K
|
32K
|
16K
|
IPv4 Unicast Direct Routes
|
4K
|
250
|
16K
|
IPv4 Unicast Indirect Routes
|
1.25K
|
250
|
8K
|
IPv6 Unicast Direct Routes
|
4K
|
250
|
0
|
IPv6 Unicast Indirect Routes
|
1.25K
|
250
|
0
|
IPv4 Multicast Routes and IGMP Groups
|
1K
|
1K
|
1K
|
IPv6 Multicast Groups
|
1K
|
1K
|
0
|
IPv4 QoS ACEs
|
500
|
500
|
500
|
IPv6 QoS ACEs
|
250
|
500
|
0
|
IPv4 Security ACEs
|
1K
|
1K
|
875
|
IPv6 Security ACEs
|
500
|
500
|
0
|
IPv4 Policy Based Routing ACEs
|
500
|
0
|
375
|
SWT1(config)#sdm prefer ?
access Access bias
default Default bias
dual-ipv4-and-ipv6 Support both IPv4 and IPv6
indirect-ipv4-and-ipv6-routing Supports more V4 and V6 Indirect Routes
routing Unicast bias
vlan VLAN bias
Таблица для Cisco 3750-12S. Для него доступны две версии каждого шаблона: desktop template и aggregator template. Для всех остальных устройств в линейке 3750 доступен только desktop template.
Approximate Number of Feature Resources Allowed by EachTemplate for Desktop or Aggregator Switches
| ||||||||
| ||||||||
SWT1_PLK(config)#sdm prefer dual-ipv4-and-ipv6 ?Данный шаблон не стоит применять если собираетесь маршрутизировать только IPv4 трафик т.к. этот шаблон снижает соличество памяти TCAM.
default Default bias
routing Unicast bias
vlan VLAN bias
Approximate Feature Resources Allowed by Dual IPv4-IPv6 Templates
| ||||||
| ||||||
| ||||||
| ||||||
IPv6 policy-based routing ACEs | ||||||
Сравнить шаблоны, чтобы выбрать нужный можно прямо на оборудовании (Cisco 3750):
SWT1#sh sdm prefer routing
"desktop routing" template:
The selected template optimizes the resources in
the switch to support this level of features for
8 routed interfaces and 1024 VLANs.
number of unicast mac addresses: 3K
number of IPv4 IGMP groups + multicast routes: 1K
number of IPv4 unicast routes: 10.875k
number of directly-connected IPv4 hosts: 3K
number of indirect IPv4 routes: 7.875k
number of IPv6 multicast groups: 64
number of IPv6 unicast routes: 32
number of directly-connected IPv6 addresses: 0
number of indirect IPv6 unicast routes: 32
number of IPv4 policy based routing aces: 0.5K
number of IPv4/MAC qos aces: 0.375k
number of IPv4/MAC security aces: 0.875k
number of IPv6 policy based routing aces: 0
number of IPv6 qos aces: 0
number of IPv6 security aces: 58
SWT1#sh sdm prefer default
"desktop default" template:
The selected template optimizes the resources in
the switch to support this level of features for
8 routed interfaces and 1024 VLANs.
number of unicast mac addresses: 6K
number of IPv4 IGMP groups + multicast routes: 1K
number of IPv4 unicast routes: 8K
number of directly-connected IPv4 hosts: 6K
number of indirect IPv4 routes: 2K
number of IPv6 multicast groups: 64
number of IPv6 unicast routes: 106
number of directly-connected IPv6 addresses: 74
number of indirect IPv6 unicast routes: 32
number of IPv4 policy based routing aces: 0
number of IPv4/MAC qos aces: 0.5K
number of IPv4/MAC security aces: 0.875k
number of IPv6 policy based routing aces: 0
number of IPv6 qos aces: 0
number of IPv6 security aces: 60
SWT1#sh sdm prefer dual-ipv4-and-ipv6 routing
"desktop IPv4 and IPv6 routing" template:
The selected template optimizes the resources in
the switch to support this level of features for
8 routed interfaces and 1024 VLANs.
number of unicast mac addresses: 1.5K
number of IPv4 IGMP groups + multicast routes: 1K
number of IPv4 unicast routes: 2.75K
number of directly-connected IPv4 hosts: 1.5K
number of indirect IPv4 routes: 1.25K
number of IPv6 multicast groups: 1K
number of IPv6 unicast routes: 2.75K
number of directly-connected IPv6 addresses: 1.5K
number of indirect IPv6 unicast routes: 1.25K
number of IPv4 policy based routing aces: 0.25K
number of IPv4/MAC qos aces: 0.5K
number of IPv4/MAC security aces: 0.5K
number of IPv6 policy based routing aces: 0.25K
number of IPv6 qos aces: 0.5K
number of IPv6 security aces: 0.5K
Keine Kommentare:
Kommentar veröffentlichen