您好,欢迎来电子发烧友网! ,新用户?[免费注册]

您的位置:电子发烧友网>电子百科>网络>路由器>

思科路由器配置基础(五—七) - 思科路由器配置基础_7个方面详解cisco路由器配置

2018年05月14日 09:32 网络整理 作者: 用户评论(0

  五、配置DHCP

  命令

  en

  config t //全局模式

  ip dhcp excluded-address 192.168.1.1 //需要排除的ip地址

  ip dhcp pool gr-dhcp-pool //ip地址池名

  default-server 192.168.1.1 //指定dhcp服务器

  network 192.168.1.0 255.255.255.0 //配置网络

  dns-server 61.177.7.1 //配置dns服务器

  exit

  end

  disable

  可以通过 ip helper-address指定 DHCP中继代理

  interface FastEthernet0/1

  ip address 192.168.1.1 255.255.255.0

  ip helper-address 192.168.10.2 //配置DHCP中继代理,DHCP

  六、配置NAT

  命令

  en

  config t //全局模式

  interface f0/0

  ip address 192.168.1.1 255.255.255.0

  ip nat inside //内部端口

  no shu

  exit

  interface f0/1

  ip address 192.168.10.1 255.255.255.0

  ip nat outside //外部端口

  no shu

  exit

  access-list 1 permit any //设置一个可访问列表

  ip nat pool gr-nat-pool 192.168.10.3 192.168.10.254 netmask 255.255.255.0 //设置分配池

  ip nat inside resource list 1 pool gr-nat-pool overload

  show ip nat traslations

  clear ip nat traslation *

  七、其它

  sh running-config //显示当前运行配置

  sh startup-config //显示开机配置

  sh ip route //显示路由

  sh nat traslations //显示nat当前情况

非常好我支持^.^

(38) 97.4%

不好我反对

(1) 2.6%

( 发表人:陈翠 )

      发表评论

      用户评论
      评价:好评中评差评

      发表评论,获取积分! 请遵守相关规定!