科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网网络频道cisco2621路由器NAT配置实例

cisco2621路由器NAT配置实例

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

作者:China IT Lab 来源:China IT Lab 2008年6月10日

关键字: NAT 网络地址转换 什么是nat

  • 评论
  • 分享微博
  • 分享邮件

  Router#sh run

  Building configuration...

  Current configuration:

  !

  version 12.0

  service timestamps debug uptime

  service timestamps log uptime

  no service password-encryption

  !

  hostname Router

  !

  !

  username zzf7681

  !

  !

  !

  !

  ip subnet-zero

  !

  !

  !

  !

  interface FastEthernet0/0

  ip address 218.28.3.134 255.255.255.252

  no ip directed-broadcast

  ip nat outside

  duplex auto

  speed auto

  !

  interface FastEthernet0/1

  ip address 200.4.3.10 255.255.255.0

  no ip directed-broadcast

  ip nat inside

  duplex auto

  speed auto

  !

  ip nat pool bbb 218.28.3.134 218.28.3.134 netmask 255.2

  ip nat inside source list 1 pool bbb overload

  ip classless

  ip route 0.0.0.0 0.0.0.0 218.28.3.133

  no ip http server

  !

  access-list 1 permit 200.4.3.0 0.0.0.255

  !

  line con 0

  password zzf7681

  transport input none

  line aux 0

  line vty 0 4

  password zzf7681

  login

  !

  end

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章