首页 > 学院 > 网络通信 > 正文

有关上网卡配置举例(5)

2019-11-04 20:39:23
字体:
来源:转载
供稿:网友

  7200
  !
  version 11.2
  service timestamps debug datetime msec
  service timestamps log datetime msec
  service passWord-encryption
  no service udp-small-servers
  no service tcp-small-servers
  !
  hostname 7200
  !
  aaa new-model
  aaa authentication login default local
  aaa authentication login console enable
  aaa authentication login vty local
  aaa authentication login dialin radius
  aaa authentication ppp default local
  aaa authentication ppp dialin if-needed radius
  aaa authorization exec local radius
  aaa authorization network radius
  aaa accounting network start-stop radius
  aaa accounting exec start-stop radius
  enable secret cisco
  !
  username MYSTACK password STACK-SECRET
  username admin password cisco
  multilink virtual-template 1
  sgbp group MYSTACK
  sgbp member AS5200-1 10.1.1.11
  sgbp member AS5200-2 10.1.1.12
  sgbp member AS5200-3 10.1.1.13
  sgbp seed-bid offload
  async-bootp dns-server 10.1.3.1 10.1.3.2
  !
  interface Loopback0
  ip address 10.1.2.254 255.255.255.192
  !
  interface Ethernet2/0
  ip address 10.1.1.14 255.255.255.0
  ip summary address eigrp 10 10.1.2.192 255.255.255.192
  !
  interface Ethernet2/1
  no ip address
  shutdown
  !
  interface Ethernet2/2
  no ip address
  shutdown
  !
  interface Ethernet2/3
  no ip address
  shutdown
  !
  interface Virtual-Template1
  ip unnumbered Loopback0
  no ip mroute-cache
  peer default ip address pool dialin_pool
  ppp authentication chap pap dialin
  ppp multilink
  !
  router eigrp 10
  network 10.0.0.0
  passive-interface Virtual-Template1
  no auto-summary
  !
  ip local pool dialin_pool 10.1.2.193 10.1.2.242
  ip default-gateway 10.1.1.1
  ip classless
  !
  radius-server host 10.1.1.23 auth-port 1645 acct-port 1646
  radius-server host 10.1.1.24 auth-port 1645 acct-port 1646
  radius-server key cisco
  !
  line con 0
  login authentication console
  line aux 0
  login authentication console
  line vty 0 4
  login authentication vty
  !
  end

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表