01-11-2011 10:38 PM - edited 03-16-2019 02:49 AM
can someone help me with the sequence of configuration?
can an expert provide me a sample configuration?
thank you
01-11-2011 11:14 PM
Dear,
what is the status of the work..
For limiting the bandwidth in each port, you can go for QOS of the much easier one, you can hardset each port. use the command "speed auto 10 100".
This only allows a maximum 100mbps. similarly if you give speed auto 10, then it only allows max upto 10Mbps.
and yes you will need a DHCP server. if your not using one, then you will have to manually give the IP, subnet, gateway, TFTP etc etc for all the devices like PC and phones etc.
and im not very familiar with the other details. please keep me updated.
Thanks and BR
Shabeeb
01-11-2011 11:39 PM
i was thinking to use this config in bandwidth limiting.
Core Switch(config)#int fa0/1
Core Switch(config-int)#srr-queue bandwidth limit
Core Switch(config-int)#exit
If i want to use only 50 percent of the total available bandwidth i would enter #srr-que bandwidth limit 50.
the status of the work is still floating.
currently im trying my configuration on packet tracer 5.3
few details where relayed to me. if where going to use DHCP, TFTP etc....
as of now im focusing on manual without any SERVER involve
i might be limiting each port to 100mbps on every port in CORE Switch
the IP Phone are run via Trunk line... which on the Admin office we can re direct it on certain ACCESS SW the IP Phone is attached
the PC's of the end user will be DHCP because they will only attach ther patch cables to the switch then internet will flow in...
im stuck on the part of Router <=> Core Switch DATA(DHCP configured) Voice(DHCP Configured) <=> Access Switch
most of the config i found in web Router(CME Config) <=> Switch(voice lan config) <=> PC/ IP Phone
01-12-2011 01:26 AM
Router side -
a. Configure Voice DHCP
b. Also check if the tftp is mentioned and available (cme or cucm)
c. Configure Voice vlan
Core side -
a. Configure voice vlan and check connectivity to router voice vlan
b. give ip helper address in the voice vlan (so that the phones will get ip address)
c. create trunk port for the uplink between the core and access
Access side -
a. create the voice vlan and check connectivity here too..
b. all the ports will be configured as - sw access vlan DATA & sw voice vlan VOICE
(im not sure if it will work in packet tracer)
c. connect the phone and check if it works..
these are the steps you will have to follow.
if you need to configure the dhcp for vooice in core switch, then give the ip helper address comand in the router side vlan.
01-12-2011 01:42 AM
thank you Shabeeb... i will try it later... and i will respond as soon as possible
01-12-2011 05:51 PM
Hello,
i tried to configure it out....
here's the network flow:
ISP1(serial)
ISP2(Ethernet)
ISP3(unknown yet) ===> ROUTER ====>CORE =====>Access
a. Load Balancing(GLBP) a. Load Balance(HSRP) a. Voice Vlan
b. Voice DHCP b.Voice Vlan and Data Vlan b: all ports Data Vlan/Voice Vlan
c. Voice Vlan c. IP Helper
d. CME d. Trunk Port for Core and Access
all i've done so far was to config Access ang Core data and voice vlans, core trunk ports but no IP yet. i cant seems to pass the Internal IP from router thru core then to access.
can someone help with the config? thank you....
Additional Information:
ROUTER CONFIG:
#Configure the FA 0/0 interface#
RouterA>enable
RouterA#configure terminal
RouterA(config)#interface FastEthernet0/0
RouterA(config-if)#ip address 192.168.10.1 255.255.255.0
RouterA(config-if)#no shutdown
RouterA(config)#ip dhcp pool VOICE
RouterA(dhcp-config)#network 192.168.10.0 255.255.255.0
RouterA(dhcp-config)#default-router 192.168.10.1
RouterA(dhcp-config)#option 150 ip 192.168.10.1
RouterA(config)#telephony-service
RouterA(config-telephony)#max-dn 5
RouterA(config-telephony)#max-ephones 5
RouterA(config-telephony)#ip source-address 192.168.10.1 port 2000
RouterA(config-telephony)#auto assign 4 to 6
RouterA(config-telephony)#auto assign 1 to 5
CORE SW CONFIG
SwitchA(config)#interface range fa0/1 – 2
SwitchA(config-if-range)#switchport mode access
SwitchA(config-if-range)#switchport voice vlan 10
ERROR=========================
Switch(config)#int fa0/3
Switch(config-if)#switch mode trunk
Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode.
Switch(config-if)#
ERROR========================
i cant config the trunk port going to access switch from core switch
but if IP Phone is connected directly to CORE SWITCH it will obtain dial number form router
PHOTO 1 AUTO OBTAIN IP and CALL NUMBER
PHOTO 2 no IP OBTAINED nor CALL NUMBER
due to trunk mode cant establish from core sw to accesssw
01-13-2011 06:54 PM
Hello jsut update on this discussion:
i was able to obtain IP and Call number on end user via access sw
Router [sw mo acc] Core Sw [sw tmo tru] Acess Sw [sw mode acc] IP phone/dekstop/laptop
another problem that arised:
if the sequence are this: Router [sw mo acc] Core Sw [sw tmo tru] Acess Sw [sw mode acc] IP phone/desktop/laptop
its only applicable on VOICE_VLAN which is globally it should communicate via trunk number
DATA_VLAN is the problem. it must be on access mode to be assigned in certain DATA_VLAN each Access Sw belongs to.
how could i attain that ? help please....
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide