计算机网络课程设计报告,组网,帧中继,VLAN
!
Version 12.1
service timestamps debug uptime service timestamps log uptime
no service password-encryption
!
hostname R1
enable secret wzj1
!
username R5 password wzj username R5 password wzj
!
!
!
ip subnet-zero
!
!
!
!
interface Serial0
no ip address
clock rate 64000
encapsulation frame-relay
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
ip address 192.168.10.1 255.255.255.0 frame-relay interface-dlci 102
no frame-relay inverse-arp
!
interface Serial0.2 point-to-point
ip address 192.168.40.1 255.255.255.0 frame-relay interface-dlci 103
no frame-relay inverse-arp
!
interface Serial1
ip address 192.168.20.1 255.255.255.0 no ip directed-broadcast
clock rate 64000
!
interface FastEthernet0/0
no ip address
no ip directed-broadcast
!