Quantcast
Channel: IEOC - INE's Online Community
Viewing all articles
Browse latest Browse all 10744

Frame-Relay EEK

$
0
0

Not being an expert on EEK I looked in the configuration guide to give me an example and was abel to create the following:

interface Serial0/0/0.54 point-to-point
 ip address 163.1.54.5 255.255.255.0
 frame-relay class eek
 frame-relay interface-dlci 504

Now the solution in the SG was to do the following:

interface Serial0/0/0.54 point-to-point
 ip address 163.1.54.5 255.255.255.0
 frame-relay interface-dlci 504  
  class eek

Does anyone understand the difference between putting the class under the dlci as aposed to the main interface?  As far as I can tell you can only have one dlci under a point-to-point so I"m trying to understand the loging between the two.  Show verification commands on both seem to be the same output.

Andy

(extra configuration if your wondering about the class eek)

here is the class eek on requestor:

map-class frame-relay group_3
 frame-relay end-to-end keepalive mode request

here is the class eek on reply side:

map-class frame-relay group_3
 frame-relay end-to-end keepalive mode passive-reply


Viewing all articles
Browse latest Browse all 10744

Trending Articles