
能。第一步:在交换机上设置为哪些接口分配ip地址(如有vlan则设置将哪些接口归哪个vlan)
第二步:那个接口与交换机相连如果有vlan则该接口模式为access或trunk若有vlan则必须为trunk
第三步:在路由器上配置要动态分配的范围ip dhcp pool
network 给其分配的ip网段地址,子网掩码
该范围所用的网关地址格式:default-router 网关地址 bb
所需dns 格式:dns-server 地址 子网
租期 lease 数字(天数)
所预留Ip 格式:ip dhcp excluded-adress 地址不需子网
(ip dhcp excluded-adress 低地址 高地址)
第四步:如果有vlan则需要分子接口在物理接口上方法先封装在加网关 bb
封装格式:encapsulation dot1q vlan 号
加网关格式:ip add 地址 子网
最后把pc 调成自动获取ip 即可
思科路由器是世界闻名的通讯设备之一了,有不少用户不知道cisco怎么还原ip电话设置我为大家分享了具 体 *** 作 方法 ,供大家参考!
cisco还原电话设置参考以下步骤:
思科IP电话恢复出厂设置、思科IP电话7911恢复出厂设置
官关恢复方法:
This phone must be on a DHCP-enabled network before you can perform these steps
Step 1 Unplug the power cable from the phone and then plug it back in
The phone begins its power up cycle
Step 2 While the phone is powering up, and before the Applications Menu button flashes on and off, press and hold #
Continue to hold # until the message LED on the handset flashes on and off in sequence in red
Step 3 Release # and press 1234567890#
You can press a key twice in a row, but if you press the keys out of sequence, the factory reset will not take place
After you press these keys, the message LED on the handset flashes faster in red and the phone goes through the factory reset process
Do not power down the phone until it completes the factory reset process and the main screen appears
-------------------------------
中文解释:
思科IP电话连接到网络中,并可以自动获取IP地址!
1、一直按住#号,电话连接POE交换机。
2、当电话话筒上面的灯闪烁时-松开#号
3、紧接着输入1234567890#
电话重启两次,就可以恢复出厂配置了。
如果想取消此恢复,连接按两个相同的键。
CISCO IP PHONE由于某种原因导致无法启动时,可以采取以下步骤进行恢复(其实是重新灌固件的过程)
访问>
不一定是 *** 作系统的问题。网线,端口,端口上的配置,dhcp的配置都有可能有影响的。不要急,有条理的一步一步来排查。
1。物理层开始,线路质量一定要确认,通过交换xp xin7的网线,交换xp win7连接的交换机端口。
2。链路层,查vlan, 交换机端口配置
3。网络层,手工配置ip给win7, 能ping通xp, dhcp, default gateway吗
4。传输层,检查dhcp 服务器的设置,win7能telnet dhcp的69端口吗? 是不是有特别的防火墙规则?
我想服务器应该是acess,应该不认识vlan1还是vlan3
在交换机里可以实现
interface vlan 20
ip add 192168201 2552552550
interface vlan 30
ip add 192168301 2552552550
ip dhcp pool vlan20
network 192168200 2552552550
default-router 192168201
ip dhcp excluded-address 192168201
interface vlan 30
ip add 192168301 2552552550
default-router 192168301
ip dhcp excluded-address 192168301
Switch(config)#host 3650
3650(config)#vlan 10
3650(config-vlan)#vlan 20
3650(config-vlan)#vlan 30
3650(config-vlan)#vlan 40
3650(config-vlan)#int vlan 10
%LINK-5-CHANGED: Interface Vlan10, changed state to up
3650(config-if)#no sh
3650(config-if)#ip add 19216811 2552552550
3650(config-if)#int vlan 20
%LINK-5-CHANGED: Interface Vlan20, changed state to up
3650(config-if)#no sh
3650(config-if)#ip add 19216821 2552552550
3650(config-if)#int vlan 30
%LINK-5-CHANGED: Interface Vlan30, changed state to up
3650(config-if)#no sh
3650(config-if)#ip add 19216831 2552552550
3650(config-if)#int vlan 40
%LINK-5-CHANGED: Interface Vlan40, changed state to up
3650(config-if)#no sh
3650(config-if)#ip add 19216841 2552552550
3650(config-if)#ip dhcp pool vlan1
3650(dhcp-config)#def 19216811
3650(dhcp-config)#net 19216812 2552552550
3650(dhcp-config)#dns 1111
3650(dhcp-config)#ip dhcp pool vlan2
3650(dhcp-config)#def 19216821
3650(dhcp-config)#net 19216822 2552552550
3650(dhcp-config)#dns 1111
3650(dhcp-config)#ip dhcp pool vlan3
3650(dhcp-config)#def 19216831
3650(dhcp-config)#net 19216832 2552552550
3650(dhcp-config)#dns 1111
3650(dhcp-config)#ip dhcp pool vlan4
3650(dhcp-config)#def 19216841
3650(dhcp-config)#net 19216842 2552552550
3650(dhcp-config)#dns 1111
以上配置 就是你要的4个vlan,4个网段,4个dhcp地址池,4个dhcp服务器。
以上就是关于通过dhcp服务,pc-1能获取到ip地址吗为什么在思科上全部的内容,包括:通过dhcp服务,pc-1能获取到ip地址吗为什么在思科上、cisco怎么还原ip设置、cisco 3560下 win7无法自动获得ip地址等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)