科技行者

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

知识库

知识库 安全导航

至顶网网络频道单臂路由的配置实例

单臂路由的配置实例

  • 扫一扫
    分享文章到微信

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

单臂路由的配置实例

作者:中国IT实验室 2007年8月16日

关键字: 路由器 路由器设置 路由器配置 路由器基础 路由协议 CISCO

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

  Current configuration:

  service timestamps debug uptime

  service timestamps log uptime

  no service password-encryption

  !

  hostname c2600

  !

  no logging console

  enable password mysecret

  !

  !

  !

  !

  !

  ip subnet-zero

  !

  !

  !

  !

  !

  !

  !

  !

  !

  !

  interface FastEthernet0/0

  no ip address

  duplex auto

  speed auto

  !

  interface FastEthernet0/0.1

  encapsulation isl 1

  ip address 10.10.10.1 255.255.255.0

  no ip redirects

  !

  

  !-- If 802.1Q is configured,

  !-- you will instead see the following output

  !-- under interface FastEthernet0/0.1:

  !-- interface FastEthernet0/0.1

  !-- encapsulation dot1Q 1 native

  !-- ip address 10.10.10.1 255.255.255.0

  

  !

  !

  interface FastEthernet0/0.2

  encapsulation isl 2

  ip address 10.10.11.1 255.255.255.0

  no ip redirects

  !

  

  !-- If 802.1Q is configured,

  !-- you will instead see the following output

  !-- under interface FastEthernet0/0.2:

  !-- interface FastEthernet0/0.2

  !-- encapsulation dot1Q 2

  !-- ip address 10.10.11.1 255.255.255.0

  

  !

  interface FastEthernet0/1

  no ip address

  shutdown

  duplex auto

  speed auto

  !

  ip classless

  no ip http server

  !

  !

  !

  line con 0

  transport input none

  line aux 0

  line vty 0 4

  password mysecret

  login

  no scheduler allocate

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

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

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