Adjusting LMI Options
Problem
You want to configure different LMI options on your Frame Relay circuit.
Solution
There are several different LMI options. The first specifies which version of LMI protocol you wish to use:
Branch1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Branch1(config)#interfaceBranch1(config-if)#Serial0encapsulation frame-relayBranch1(config-if)#frame-relay lmi-type ansiBranch1(config-if)#exitBranch1(config)#endBranch1#
By default, LMI sends keepalive packets through every PVC every 10 seconds to verify that the path is still available. You can adjust this value with the keepalive command:
Branch1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Branch1(config)#interfaceBranch1(config-if)#Serial0encapsulation frame-relayBranch1(config-if)#keepaliveBranch1(config-if)#5exitBranch1(config)#endBranch1#
LMI is not supported on all networks. If this is the case in your network, you must configure the router to announce its own DLCI number with the local-dlci command:
Branch1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Branch1(config)#interfaceBranch1(config-if)#Serial0encapsulation frame-relayBranch1(config-if)#frame-relay local-dlciBranch1(config-if)#50exitBranch1(config)#endBranch1#
Discussion
The first example in this recipe sets an alternative LMI type. By default, Cisco routers will attempt to detect the LMI type. There are three options. The first is ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access