next up previous contents
suivant: Dial On Demand (entre monter: Example de configuration précédent: Dialup vers Internet (avec   Table des matières

Ligne louée (Frame Relay)

 

Current configuration:

!

version 11.3

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname Router

!

!

!

!

interface Ethernet0

 ip address 172.16.30.1 255.255.0.0

!

interface Serial0

 ip address 192.168.1.2 255.255.255.0

 encapsulation frame-relay

 frame-relay interface-dlci 17

!

interface Serial1

 no ip address

shutdown

router rip

 network 172.16.0.0

 network 192.168.1.0

!         

ip classless

ip default-network 0.0.0.0

!         

!         

line con 0

 password ibt

line vty 0

 password ibt

 login    

line vty 1 4

 login    

!         

end       



root 2000-06-04