sendalot wrote: » Changed int fa 0/24 of PWR-Switch to trunk! But still hosts aren't getting IP addresses.
cisco_nerd wrote: » Just from reading the config I suggest the following: Are you using 0/24 as your trunk to CME, and not one of the Gig ports? Just double check your trunk is not physically connected to the wrong port. And confirm that both VLANs can travel over the trunk. Have you confirmed L1/L2 connectivity? And that the Switch can actually ping the default gw? Adjust your voice scope to have the default-router and TFTP server for that subnet pointing to 10.10.20.10 as this is the subnet you have assigned for your voice vlan interface on the router. Currently your config is pointing them to address outside the local subnet for the voice traffic. Bind the Voice VLAN default-gateway as the h323-gateway voip interface and srcaddr (since you have used this as the telephony source address under telephony config). Configure DHCP exclusion for all your statically assigned interfaces within the two subnets. i.e. Int VLAN 1 on the switch, and the two sub-interfaces on the router for each VLAN. This way you will avoid getting DHCP errors from addresses trying to use the statically assigned values. You have an access list that matches the subnet 10.10.10.0/29 for the http server, but you have the subnet 10.10.10.0/24 configured for your DATA_SCOPE. This seems odd - or have you got other devices within this range that are also configured statically? If so further exclusions should be provisioned for them to prevent unwanted HTTP access from the subnet. You still need a route to go to your main router. Either through a static/default route or whatever dynamic routing protocol you use within the network. If you bind the h323 gateway to a loopback and use that as the source IP, then you don't need to advertise your voice network out to any other routers (keeps it private). Hope this helps. Let me know if you need any more help!!
swild wrote: » Your gig ports are SFP slots. You should see fa0/24 show up when to do show interface trunk. Change your SVI to Vlan 10.
sendalot wrote: » How do I do that? I failed to find how to change SVIs. Thanks.
sendalot wrote: » Update: I enabled dhcp-service and ip nat the router. Now hosts connected to the PWR-Switch can connect to internet via the CME router.But still the switch cannot ping the default-gateway even though hosts connected to the switch has internet working (consoling switch and can't SSH either).Thanks.