亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 網(wǎng)絡(luò)知識 > 路由器 > 路由器設(shè)置 > cisco思科 > Cisco路由器中配置DHCP服務(wù)器

      Cisco路由器中配置DHCP服務(wù)器

      時間: 若木635 分享

      Cisco路由器中配置DHCP服務(wù)器

        本文為大家講解Cisco路由器中配置DHCP服務(wù)器,希望能幫到大家。

        配置以太口地址:

        Interface Ethernet 0

        \進(jìn)入以太網(wǎng)口配置模式

        No shut

        \啟動以太網(wǎng)口

        Ip address 192.168.2.1 255.255.255.0

        \設(shè)定IP地址與子網(wǎng)掩碼

        ip address 192.168.1.1 255.255.255.0 secondary

        \設(shè)定第二地址與子網(wǎng)掩碼

        ip nat outside

        \設(shè)定該端口為出口

        ip dhcp pool vfast1

        \定義DHCP并命名為vfast1

        network 192.168.2.0 255.255.255.0

        \發(fā)布地址池的網(wǎng)段

        default-router 192.168.2.1

        \設(shè)定網(wǎng)關(guān)地址

        dns-server 202.106.196.115 202.106.196.152

        \設(shè)置DNS地址

        lease 2

        \設(shè)置地址訂制天數(shù)

        ip dhcp excluded-address 192.168.2.1 192.168.2.40

        ip dhcp excluded-address 192.168.2.100 192.168.2.160

        \設(shè)置預(yù)留地址

      136156