Cisco/CallManager Express/setup

テレフォニーサービス初期設定

CMEの簡単セットアップの説明

前提いろいろ

大雑把な設定(IPアドレス、NTP設定、DHCPサーバーなど)を終わらせている。
という前提でPBX機能の設定を行っている。

セットアップツール起動

CLI上からCisco CME セットアップ ツールを起動する。

  • configure terminal
  • telephony-service setup
Cisco1751-V#configure terminal  ←オヤクソク
Enter configuration commands, one per line.  End with CNTL/Z.
Cisco1751-V(config)#telephony-service setup ←テレフォニーサービスの設定に入る

DHCPサービスに関する設定

DHCPサービスを立ち上げるか聞いてくる。だが断る

Do you want to setup DHCP service for your IP Phones? [yes/no]: no

PBXサービスのIPアドレス入力

PBXサービスを立ち上げるか、どうか。の確認および CMEのIPアドレス入力

Do you want to start telephony-service setup? [yes/no]: yes ←PBXサービスを立ち上げるのでYES
Configuring Cisco IOS Telephony Services :

 Enter the IP source address for Cisco IOS Telephony Services : 192.168.0.249  ←CMEのIPアドレスを入力する。

怒られてみた

127.0.0.1だとか、0.0.0.0を入力すると、怒られてしまう。

  Enter the IP source address for Cisco IOS Telephony Services :
  Enter the IP source address for Cisco IOS Telephony Services :0.0.0.0
% Bad Internet address.
% Enter an Internet address of the form 'X.X.X.X', where each
% letter corresponds to a decimal number between 0 and 255.

  Enter the IP source address for Cisco IOS Telephony Services :127.0.0.1
% Bad Internet address.
% Enter an Internet address of the form 'X.X.X.X', where each
% letter corresponds to a decimal number between 0 and 255.

PBXサービスの受付ポート入力

Skinny(SCCP)のポートを入力する。
特に変更する必要がないので、そのままリターンキーでOK

 Enter the Skinny Port for Cisco IOS Telephony Services :  [2000]: ←ポート2000を使う(デフォルト値)

電話機の数の設定

利用するIP電話機の数を入力する。
システムによって、利用できる数に幅があるので注意。

 How many IP phones do you want to configure :  [0]: 30 ←30台設定してみる

怒られてみた

欲張ると、怒られる

 How many IP phones do you want to configure :  [0]: 300
% A decimal number between 0 and 30.

ラインの有無

会議通話や、保留ボタンを使うのであれば、dual-lineを有効にすること。

 Do you want dual-line extensions assigned to phones? [yes/no]: yes ←dual-lineを有効にする

言語選択

使用する言語を選択する。
デフォルト値は英語になっている。
また、CMEのバージョンによっては、日本語非対応のものもある。

  What Language do you want on IP phones :
      0  English
      1  French
      2  German
      3  Russian
      4  Spanish
      5  Italian
      6  Dutch
      7  Norwegian
      8  Portuguese
      9  Danish
      10 Swedish
      11 Japanese
 [0]: 11  ←日本語を選択する。

トーン選択

発信音などのトーン音を設定する。
CMEのバージョンによっては、日本非対応のものもある。

  Which Call Progress tone set do you want on IP phones :
      0  United States
      1  France
      2  Germany
      3  Russia
      4  Spain
      5  Italy
      6  Netherlands
      7  Norway
      8  Portugal
      9  UK
      10  Denmark
      11  Switzerland
      12  Sweden
      13  Austria
      14  Canada
      15  Japan
 [0]: 15   ←日本を選択する。

DID回線の有無

DID回線の有無を選択する。
PSTN回線を利用しているときは、有効(YES)にしておくと良いだろう。

Do you have Direct-Inward-Dial service for all your phones? [yes/no]: no ←回線を使ってないのでNO

ボイスメールの有無

ボイスメールシステムの有無を選択する。

Do you want to forward calls to a voice message service? [yes/no]: no ←ボイスメールを使わないのでNO

やり直す

(セットアップで入力した)設定を変更するか聞いてくる
YESと入力すると、セットアップを始めからやり直す。

Do you wish to change any of the above information? [yes/no]: no  ←やり直さないのでNO
---- Setup completed config ---  ←設定終了

設定終了および設定確認

正しく設定できていれば、running-configに設定が投入されている(はず)

Cisco1751-V(config)#exit
Cisco1751-V#show running-config
(略)

目次

Config

サンプル(telephony-service setup終了時)

Cisco1751-V#show running-config
Building configuration...

Current configuration : 5767 bytes
!
! Last configuration change at 03:19:38 JST Sat Sep 13 2008
! NVRAM config last updated at 23:18:37 JST Mon Sep 8 2008
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Cisco1751-V
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
enable password 7 ..................
!
no aaa new-model
!
resource policy
!
memory-size iomem 15
clock timezone JST 9
voice-card 1
!
voice-card 2
!
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.1 192.168.0.49
ip dhcp excluded-address 192.168.0.200 192.168.0.255
!
ip dhcp pool LAN
   network 192.168.0.0 255.255.255.0
   netbios-name-server 192.168.0.2
   option 42 ip 192.168.0.5
   option 150 ip 192.168.5.12
   dns-server 192.168.0.1
   default-router 192.168.0.1 192.168.0.249 192.168.0.200
!
!
ip name-server 192.168.0.1
!
!
interface Ethernet0/0
 ip address 192.168.5.10 255.255.255.240
 full-duplex
 no cdp enable
 standby 1 ip 192.168.5.14
 standby 1 timers msec 50 60
!
interface FastEthernet0/0
 ip address 192.168.0.249 255.255.255.0
 speed auto
!
!
!
no ip http server
!
logging 192.168.0.2
snmp-server community public RO
snmp-server location Loft
snmp-server contact oredayo@ore
!
!
control-plane
!
!
!
voice-port 1/0
!
voice-port 1/1
!
!
!
!
!
!
!
telephony-service
 max-ephones 30
 max-dn 30
 ip source-address 192.168.0.249 port 2000
 auto assign 1 to 30
 user-locale JP
 user-locale 1 JP
 user-locale 2 JP
 user-locale 3 JP
 user-locale 4 JP
 network-locale JP
 network-locale 1 JP
 network-locale 2 JP
 network-locale 3 JP
 network-locale 4 JP
 max-conferences 4 gain -6
 transfer-system full-consult
 create cnf-files version-stamp 7960 Sep 13 2008 03:19:39
!
!
ephone-dn  1  dual-line
 number 550
!
!
ephone-dn  2  dual-line
 number 551

 (多すぎるので省略)

ephone-dn  30  dual-line
 number 579
!
!
ephone  1
 no multicast-moh
 keepalive 30 auxiliary 0
!
!
!
ephone  2
 no multicast-moh
 keepalive 30 auxiliary 0

(多すぎるので省略)

ephone  30
 no multicast-moh
 keepalive 30 auxiliary 0
!
!
!
line con 0
line aux 0
line vty 0 4
 exec-timeout 0 0
 password 7 dddddddddddddd
 login
!
ntp clock-period 17179955
ntp server 192.168.0.2
ntp server 192.168.0.4
ntp server 192.168.0.5
end

外部リンク

setupに関する資料いろいろ