科技行者

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

知识库

知识库 安全导航

至顶网网络频道Catalyst 4003 的三层配置举例

Catalyst 4003 的三层配置举例

  • 扫一扫
    分享文章到微信

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

Catalyst 4003 的三层配置举例
  • 评论
  • 分享微博
  • 分享邮件

  no service pad

  service timestamps debug uptime

  service timestamps log uptime

  no service password-encryption

  

  !

  

  hostname bang-rp

  

  !

  

  !

  

  ip subnet-zero

  

  !

  

  !

  

  !

  

  interface Port-channel1

  

  !--- this interface is configured for dot1q routing with native vlan 1 to match supervisor configuration.

  

  no ip redirects

  

  no ip directed-broadcast

  

  hold-queue 300 in

  

  !

  

  interface Port-channel1.2

  

  encapsulation dot1Q 2

  

  ip address 2.2.2.2 255.255.255.0

  

  no ip redirects

  

  no ip directed-broadcast

  

  !

  

  interface Port-channel1.3

  

  encapsulation dot1Q 3

  

  ip address 1.1.1.2 255.255.255.0

  

  no ip redirects

  

  no ip directed-broadcast

  

  !

  

  interface FastEthernet1

  

  !--- this is the out of band interface that you can use for management

  

  no ip address

  

  no ip directed-broadcast

  

  shutdown

  

  !

  

  interface GigabitEthernet1

  

  ip address 3.3.3.2 255.255.255.0

  

  no ip directed-broadcast

  

  !

  

  interface GigabitEthernet2

  

  no ip address

  

  no ip directed-broadcast

  

  shutdown

  

  !

  

  interface GigabitEthernet3

  

  no ip address

  

  no ip directed-broadcast

  

  no negotiation auto

  

  channel-group 1

  

  !--- both port gig 3 and gig 4 are part of the channel-group 1

  

  !

  

  interface GigabitEthernet4

  

  no ip address

  

  no ip directed-broadcast

  

  no negotiation auto

  

  channel-group 1

  

  !--- both port gig 3 and gig 4 are part of the channel group 1

  

  !

  

  router eigrp 1

  

  passive-interface FastEthernet1

  

  network 1.0.0.0

  

  network 2.0.0.0

  

  network 3.0.0.0

  

  !

  

  ip classless

  

  !

  

  arp 127.0.0.2 0050.732a.f300 ARPA

  

  !

  

  line con 0

  

  transport input none

  

  line aux 0

  

  line vty 0 4

  

  login

  

  !

  

  end

  

  bang-rp#sh cdp nei

  

  Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge

  

  S - Switch, H - Host, I - IGMP, r - Repeater

  

  Device ID Local Intrfce Holdtme Capability

  

  Platform Port ID

  

  liki Gig 1

  

  160 T S

  

  WS-C3508G-Gig 0/1

  

  Liki is connected to gig 1 on the router. We only see liki from the router, we do not see it from the supervisor.

  JAB02380AYG(bang)Port-channel1 148 T S WS-C4003 3/2

  JAB02380AYG(bang)Port-channel1 147 T S WS-C4003 3/1

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

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

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