hm, ali pazite ovo,,,,
Step 2. Configure the Physical Frame Relay Interface on R1.
When configuring frame-relay subinterfaces, the main physical interface must be enabled for Frame Relay connectivity; therefore, configure Frame Relay on the serial 0/0/0 interface of router R1. The Frame Relay LMI type is autosensed and will not be manually configured.
a. From privileged EXEC mode on R1, enter global configuration mode.
b. Enter the following commands on R1 to enable Frame Relay on the physical interface.
R1(config)# interface serial0/0/0
R1(config-if)# encapsulation frame-relay
R1(config-if)# no shutdown
Step 3. Configure the Subinterfaces on R1.
Frame Relay subinterfaces will be configured using point-to-point Frame Relay. Configure the point-to-point connections to the three spoke routers via subinterfaces and assign the appropriate dlci number to each frame relay connection, see the table below:
S0/0/0.102
IP: 10.0.1.1
SM: 255.255.255.252
DLCI: 102
S0/0/0.103
IP: 10.0.1.5
SM: 255.255.255.252
DLCI: 103
S0/0/0.104
IP: 10.0.1.9
SM: 255.255.255.252
DLCI: 104
a. Create and configure subinterface s0/0/0.102. From global configuration mode, enter the following commands:
R1(config)# interface Serial0/0/0.102 point-to-point
R1(config-subif)# ip address 10.0.1.1 255.255.255.252
R1(config-subif)# frame-relay interface-dlci 102
R1(config-subif)# exit
b. Repeat the above steps to create and configure subinterface s0/0/0.103 and s0/0/0.104.
R1(config)# interface Serial0/0/0.103 point-to-point
R1(config-subif)# ip address 10.0.1.5 255.255.255.252
R1(config-subif)# frame-relay interface-dlci 103
R1(config-subif)# exit
R1(config)# interface Serial0/0/0.104 point-to-point
R1(config-subif)# ip address 10.0.1.9 255.255.255.252
R1(config-subif)# frame-relay interface-dlci 104
R1(config-subif)#exit
ovu vezbicu sam uradio, download-ovao sam je sa packet tracer 5.0 i uradio sam je ali vezbica je bila do pola konfigurisana, ali sad kad sam sam krenuo da je pravim sipak


srdjan predojevic