CiscoTR.COM / Cisco.Gen.TR


Geri git   CiscoTR.COM / Cisco.Gen.TR > CISCO > CCVP Cisco Certified Voice Professional

Kayıt ol Etiketler Yardım Üye Listesi Ajanda Arama Bugünki Mesajlar Bütün Forumları okunmuş kabul et
  #1 (permalink)  
Alt 03-03-2008, 16:31
Junior Member
 
Üyelik tarihi: Mar 2008
Mesajlar: 2
Standart wireless cisco ip phone

slm,

wireless cisco ip phone kullanmak istiyoruz,ancak bu telefonların ip olarak elimizde bulunan diğer sabit ip telefonlarda olduğu gibi 10.252.*.* olarak ip almasını istiyoruz,sabit ip telefonları tanımlarken vlan idsini elle giriyoruz ve bu telefonların bağlı olduğu switchlerde gerekli vlan taımlarını yapıyoruz ve böylece bu sabit ip telefonlarını ortamdaki dhcp yi buluyor ve onu üzerinde oluşturulan 250 scopendan ip alıyor,

wireless ip phone bağlantısı için cisco ap-1131 kullanıyoruz,conf.yaptık,bu ap de aynı switch üzerinde,Switch üzerinde bu ap bağlı port için add vlan="250" port="access pointin bağlı olduğu port" şeklinde tanımıda yaptık,
buna rağmen ap ve wireless ip phone yinede vlan 10'dan ip alıyor,telefonla görüşme yapabiliyoruz ancak bu istediğimiz birşey değil,ap ve buna bağlı olarak wireless ip telin vlan 250 den ip almasını istiyoruz,

Bu konuda yardımlarınızı rica ederim,tşk.
Alıntı ile Cevapla
  #2 (permalink)  
Alt 03-03-2008, 17:40
root
 
Mesajlar: n/a
Standart

access point ve ip phone'da yaptiginiz konfigurasyon orneklerini buraya paste edebilirseniz yardimci olabilirim. bir de VLAN yapiniz ne durumda? VTP kullaniyor musunuz? Eger oyle ise AP ile AP'nin bagli oldugu switchteki port trunk olmalidir. AP'de sh vlan ciktisini ve sh vtp stat ve de sh vtp count komutlarinin ciktisini gonderir misin?

selamlar.
Alıntı ile Cevapla
  #3 (permalink)  
Alt 03-03-2008, 17:57
Junior Member
 
Üyelik tarihi: Mar 2008
Mesajlar: 2
Standart

çok tşk.

ilgili conf ve komut çıktılarını ekte gönderiyorum,sh vtp stat ve sh vtp count çalışmadı ama yine çıktıları gönderdim,yanlış yazmış olabilirim.

tşk.

Alıntı:
# SYSTEM configuration
#
set help=8700251a.hlp
set system name="BIM_SW"
set system location="BIM"
set system contact="METEKSAN"

#
# SERVICE configuration
#

#
# LOAD configuration
#

#
# USER configuration
#
set user=manager pass=3af00c6cad11f7ab5db4467b66ce503eff priv=manager lo=yes
set user=manager desc="Manager Account" telnet=yes

#
# TTY configuration
#
add alias="save" string="create conf=ulastirma.cfg"

#
# ASYN configuration
#

#
# SWITCH (pre-VLAN) configuration
#
set switch ageingtimer=120
set switch mirror=1
enable switch mirror
set switch port=3 mirror=both

#
# VLAN general configuration
#
create vlan="BIM" vid=10
create vlan="MAKAM" vid=20
create vlan="KUGM" vid=30
create vlan="HGM" vid=40
create vlan="SAYMANLIK" vid=50
create vlan="BUTCE" vid=60
create vlan="UBAK" vid=70
create vlan="DLHBIM" vid=80
create vlan="DLHMAKAM" vid=90
create vlan="DLHUBAK" vid=100
create vlan="SHGMBIRIM" vid=110
create vlan="WIRELESS" vid=120
create vlan="ANKBOLGE" vid=200
create vlan="VOICE" vid=250

#
# STP general configuration
#

#
# VLAN port configuration
#
add vlan="10" port=2-40
add vlan="70" port=41-48
add vlan="10" port=49-50 frame=tagged
add vlan="20" port=49-50 frame=tagged
add vlan="30" port=49-50 frame=tagged
add vlan="40" port=49-50 frame=tagged
add vlan="50" port=49-50 frame=tagged
add vlan="60" port=49-50 frame=tagged
add vlan="70" port=49-50 frame=tagged
add vlan="80" port=49-50 frame=tagged
add vlan="90" port=49-50 frame=tagged
add vlan="100" port=49-50 frame=tagged
add vlan="110" port=49-50 frame=tagged
add vlan="120" port=49-50 frame=tagged
add vlan="200" port=49-50 frame=tagged
add vlan="250" port=2-50 frame=tagged

#
# VLANRELAY configuration
#


#
# STP port configuration
#

#
# CLASSIFIER general configuration
#

#
# SWITCH (post-VLAN) configuration
#


#
# DHCP configuration - Pre IP
#

#
# IP configuration
#
enable ip
add ip int=vlan1 ip=10.0.12.1 mask=255.255.0.0
add ip int=vlan10 ip=10.10.0.244 mask=255.255.0.0
add ip rou=10.0.0.0 mask=255.0.0.0 int=vlan1 next=10.0.0.2

#
# OSPF configuration
#

#
# SNMP configuration
#
enable snmp
create snmp community=public access=write open=on
add snmp community=public manager=10.0.0.4
add snmp community=public traphost=10.0.0.4

#
# INTERFACE configuration
#

#
# RADIUS configuration
#

#
# TELNET configuration
#

#
# BOOTP configuration
#

#
# NTP configuration
#

#
# PING configuration
#

#
# DHCP configuration - Post IP
#

#
# ENCO configuration
#

#
# Secure Shell configuration
#

#
# SSL Configurations
#

#
# LOG module configuration
#


#
# MAIL configuration
#

#
# PKI configuration
#

#
# HTTP configuration
#

#
# VRRP configuration
#

#
# GUI configuration
#

#
# GARP configuration
#


#
# QOS configuration
#

#
# TRIGGER Configuration
#
Eklenmiş Dosya
Dosya tipi: txt sh vlan.txt (1,7 KB (Kilobyte), 16x kez indirilmiştir)
Dosya tipi: txt ap conf.txt (2,4 KB (Kilobyte), 17x kez indirilmiştir)
Dosya tipi: txt sw conf.txt (2,9 KB (Kilobyte), 12x kez indirilmiştir)
Dosya tipi: txt sh vtp count.txt (106 Byte, 10x kez indirilmiştir)
Dosya tipi: txt sh vtp stat.txt (105 Byte, 15x kez indirilmiştir)
Alıntı ile Cevapla
Cevapla


Seçenekler
Stil

Yetkileriniz
Yeni Mesaj yazma yetkiniz aktif değil dir.
Mesajlara Cevap verme yetkiniz aktif değil dir.
Eklenti ekleme yetkiniz aktif değil dir.
Kendi Mesajınızı değiştirme yetkiniz aktif değil dir.

Smileler Açık
[IMG] Kodları Açık
HTML-KodlarıKapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık
Gitmek istediğiniz klasörü seçiniz

Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Cisco Ata 186 Analog Phone Adaptor tahirergec CCVP Cisco Certified Voice Professional 10 03-18-2008 12:57
CISCO IP Phone Can YILDIZ Cisco-ttl ( Cisco Teknik Tartisma Listesi ) 0 02-09-2008 20:05
RE: CISCO IP Phone Cisco-ttl ( Cisco Teknik Tartisma Listesi ) 1 02-09-2008 20:05
RE: CISCO IP Phone Cisco-ttl ( Cisco Teknik Tartisma Listesi ) 1 02-09-2008 20:05
Ip Phone nkosova CISCO Genel 0 10-22-2007 15:05


Bütün Zaman Ayarları WEZ +3 olarak düzenlenmiştir. Şu Anki Saat: 00:31


Powered by vBulletin Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
CiscoTR.COM - Cisco Forum
3 5 72 73 74 75 81 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 143 146 147 148 149 150 151 152 153 154 155 156