FRAME RELAY SETUP:
Config# interface serial 0 Config-if# encapsulation frame-relay - cisco by default, can change to ietf Config-if# frame-relay lmi-type cisco - cisco by default, also ansi, q933a Config-if# bandwidth 56
Config-if# interface serial 0.100 point-to-point - subinterface Config-if# ip address 122.1.1.1 255.255.255.0 Config-if# frame-relay interface-dlci 100
-maps the dlci to the interface
-can add BROADCAST and/or IETF at the end
Config-if# interface serial 1.100 multipoint Config-if# no inverse-arp - turns IARP off; good to do Config-if# frame-relay map ip 122.1.1.2 48 ietf broadcast
-maps an IP to a dlci (48 in this case)
-required if IARP is turned off
-ietf and broadcast are optional Config-if# frame-relay map ip 122.1.1.3 54 broadcast
-maps the dlci to the interface
-can add BROADCAST and/or IETF at the end
-maps an IP to a dlci (48 in this case)
-required if IARP is turned off
-ietf and broadcast are optional
0 comments:
Post a Comment