четверг, 19 марта 2009 г.

Настройка IVR на Cisco MDS

Технология маршрутизации сетей хранения данных Inter-VSAN Routing используется, как правило, для подключения удаленных сетей хранения данных в катастрофоустойчивых решениях и виртуальной изоляции фабрик внутри одного устройства. При внедрении катастрофоустойчиового решения рекомендуется создавать транзитную сеть VSAN, объединяющую порты ISL. Это позволит избежать переходных процессов в рабочих сетях хранения при временном или постоянном отключении канала между сетями хранения данных.


Команды, используемые при конфигурировании IVR.
  • show running- Displays the current running-configuration.
  • copy run start - Copies the current running-configuration to the startup-configuration.
  • show fcns database [ vsan vsan-id ] -Displays a list of all the ports that are logged in to the FCNS.
  • Show interface fc slot/port - Displays the status of and statistics for interface fc slot/port.

  • show interface gigabitethernet slot/port - Displays the status of and statistics for interface gigabitethernet slot or port.
  • fcip enable -Enables FCIP on that switch.
  • fcip profile [value] - Creates a profile for the FCIP connection; the valid range is from 1 to 255.
  • interface fcip [value] - Creates an FCIP interface.
  • no shutdown - Enables an interface.
  • show interface fcip interface-number - Displays the status of and statistics for FCIP interface interface-number.
  • show fcip profile -Displays the FCIP profile configuration.
  • clear ivr session -Frees the IVR session lock.
  • ivr abort -Discards the pending configuration changes and frees up the session lock.
  • ivr commit -Commits a pending configuration change.
  • show fcns database - Displays the name server entries for all VSANs.
  • show fcns datab vsan vsan-id - Displays the name server entries for the specified VSAN.
  • show fcip profile -Displays the configured fcip profiles.
  • show ivr - Displays IVR configuration information.
  • show ivr session status - Displays the status of the IVR session.
  • show ivr zoneset active - Displays all active IVR zonesets.
  • show ivr vsan-topology -Displays the current IVR topology.
  • show ivr internal vsan-rewrite-list - Displays IVR fcid rewrite entries.
  • show port-channel database - Displays PortChannel database information.
  • vsan database - Enters VSAN database configuration mode.
  • switchport trunk mode [on | off] - Enables / disables trunking on an ISL interface.
  • show interface trunk vsan - Displays the trunking status of all VSANs.
  • enable ivr - Enables IVR on the switch.
  • ivr distribute - Enables CFS distribution of IVR configurations.
  • ivr commit - Commits the IVR changes.
  • ivr nat -Enables IVR NAT on the switch.
  • ivr vsan-topology auto - Configures IVR topology automatic mode.
  • ivr zone name name - Creates an IVR zone.
  • ivr zoneset name name -Creates an IVR zone set.
  • ivr zoneset activate name name force - Forcefully activates the specified IVR zone set.
  • show ivr internal fcid-rewrite-list - Displays IVR NAT translation rewrite table entries.
Пример конфигурации одного из коммутаторов. На втором делается похожая настройка с его адресным пространством.

vsan database
vsan 10
vsan 20
vsan 100 name "Transit-100"
vsan 200 name "Transit-200"
fcdomain domain 11 static vsan 10
fcdomain domain 21 static vsan 20
fcdomain domain 101 static vsan 100
fcdomain domain 201 static vsan 200
vsan database
vsan 10 interface fc1/5
vsan 20 interface fc1/6
vsan 100 interface fc1/7
vsan 200 interface fc1/8
vsan 10 interface fc1/10
ip default-gateway 10.0.29.254
switchname P29-MDS-1
ivr enable
ivr distribute
ivr nat
ivr vsan-topology database
autonomous-fabric-id 1 switch-wwn 20:00:00:0b:fd:d0:68:80 vsan-ranges 30,40
,100
autonomous-fabric-id 1 switch-wwn 20:00:00:0d:65:6a:17:c0 vsan-ranges 10,20
,100
ivr vsan-topology auto
ivr service-group name IVR_SG_1
autonomous-fabric-id 1 vsan-ranges 10,40,100
ivr service-group name IVR_SG_2
autonomous-fabric-id 1 vsan-ranges 20,30,200
ivr service-group activate
zoneset activate name nozoneset vsan 10
zoneset activate name nozoneset vsan 20
58 Implementing Advanced Cisco Storage Networking Solutions (IASNS) v3.0 © 2007 Cisco Systems, Inc.
ivr zone name host_1
member pwwn 21:00:00:e0:8b:07:2f:5b vsan 10
member pwwn 21:00:00:04:cf:8c:53:26 vsan 40
ivr zone name host_2
member pwwn 21:00:00:e0:8b:05:d0:a7 vsan 30
member pwwn 22:00:00:04:cf:8c:5b:2a vsan 20
ivr zoneset name IVZS1
member host_1
member host_2
ivr zoneset activate name IVZS1 force
ivr commit
interface fc1/5
no shutdown
interface fc1/6
no shutdown
interface fc1/7
no shutdown
interface fc1/8
no shutdown
interface fc1/10
no shutdown
interface mgmt0
switchport speed 100
ip address 10.0.29.5 255.255.255.0


Опробовать настройку IVR можно в лаботарорных работах на сайте Cisco в разделе Partner Education Connection - http://www.cisco.com/go/pec. Ключевые слова для поиска - SAN-OS 3.0.2 LAB 19 - Implementing IVR. Сейчас там доступно 27 лабораторных работ, посвященных конфигурированию коммутаторов Cisco MDS. Интерфейс очень удобный, правда, иногда эмулируемые устройства работают некорректно.

Комментариев нет: