关于X.25交换机的问题

发表于:2007-06-23来源:作者:点击数: 标签:
CISCO的路由器能不能做X.25交换机?象FR一样。 可以, 例子 Current configuration: ! version 11.3 no service password-encrption ! hostname x25-switch ! ! x25 routing ! ! interface Ethernet 0/0 no ip address shutdown no lat enabled ! interface S

   
  CISCO的路由器能不能做X.25交换机?象FR一样。
  
  可以, 例子
  
  
  
  Current configuration:
  
  !
  
  version 11.3
  
  no service password-encrption

  
  !
  
  hostname x25-switch
  
  !
  
  !
  
  x25 routing
  
  !
  
  !
  
  interface Ethernet 0/0
  
   no ip address
  
   shutdown
  
   no lat enabled
  
  !
  
  interface Serial 1/0
  
   no ip address
  
   encapsulation x25 dce
  
   no ip mroute-cache
  
   clockrate 64000
  
  !
  
  interface Serial 1/1
  
   no ip address
  
   encapsulation x25 dce
  
   no ip mroute-cache
  
   clockrate 64000
  
  !
  
  !
  
  ip classless
  
  !
  
  x25 route 311082194567 interface Serial 1/0
  
  x25 route 311082191234 interface Serial 1/1
  
  !
  
  line con 0
  
  line aux 0
  
  line vty 0 4
  
   login
  
  !
  
  end

原文转自:http://www.ltesting.net