cisco l2tpv3 configure

豆豆网   技术应用频道   2007年06月17日  【字号: 收藏本文

内容摘要:cisco l2tpv3 configure

  

  r1(config-if)#do wr t

  Building configura tion...

  Current configuration : 5266 bytes

  hostname r1

  ip cef

  pseudowire-class test

  encapsulation l2tpv3

  ip local interface Loopback0

  interface Loopback0

  ip address 10.1.0.1 255.255.255.0

  !

  interface Ethernet0/0

  no ip address

  xconnect 30.1.0.3 1 pw-class test

  !

  interface Serial0/0

  no ip address

  encapsulation frame-relay

  no dce-terminal-timing-enable

  no frame-relay inverse-arp

  !

  interface Serial0/0.12 point-to-point

  ip address 12.1.1.1 255.255.255.0

  frame-relay interface-dlci 102

  router ospf 1

  network 10.1.0.0 0.0.0.255 area 10

  network 12.1.1.0 0.0.0.255 area 10

  ==============================================

  hostname r2

  interface Serial0/0

  no ip address

  encapsulation frame-relay

  !

  interface Serial0/0.21 point-to-point

  ip address 12.1.1.2 255.255.255.0

  frame-relay interface-dlci 201

  !

  interface Serial0/0.23 point-to-point

  ip address 23.1.1.2 255.255.255.0

  frame-relay interface-dlci 203

  router ospf 1

  network 12.1.1.0 0.0.0.255 area 10

  network 23.1.1.0 0.0.0.255 area 10

  ================================================

责编:豆豆技术应用

正在加载评论...