cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
619
Views
0
Helpful
2
Replies

Trunk group - "lpcor outgoing command" error saving

Jose Arango
Level 1
Level 1

Hi everybody

I have a CME and I configured a trunk group -Label-, I apply the lpcor outgoing XXXX command under the trunk group but when I reload the router, the Lpcor outgoing command is missed, cheking in the startup-config is still there but not in the running-config.

trunk group PSTNLD

hunt-scheme random

trunk group lpcor outgoing Block

!

!

trunk group PSTN01800X

hunt-scheme sequential

trunk group lpcor outgoing Block

System image file is "flash:c2900-universalk9-mz.SPA.152-2.T1.bin"

Cisco CISCO2921/K9

best regards

Jose

2 Replies 2

testeven
Cisco Employee
Cisco Employee

Hi Jose,

There's a known bug for this issue:

CSCtw62027    LPOR trunk group command disappears after reload

There is a script you can configure on the router so that each time it is reloaded the command is added.

Workaround

script configured to add the commands that are lost when the router is reloaded

logging buffered 64000               <---- store the boot log in a memory buffer

interface loopback 100               <---- loopback does not need an IP address

configured

event manager applet AddTrunk

event syslog pattern "Interface Loopback100.* up" period 1

action 1.0 cli command "enable"

action 2.0 cli command "configure terminal"

action 3.0 cli command "trunk group PSTN"

action 4.0 cli command "lpcor outgoing PSTNTrunk"

action 5.0 cli command "end"

action 6.0 cli command "write mem"

action 7.0 syslog msg "trunk group lpcor outgoing PSTNTrunk added"

//  so what it does is monitor the status of the Loopback 100,  when it goes up the

configuration below is added.  The idea is that when the router reloads, the loopback 100

goes up and the trunk group is added.

I know this is not a fix, but you can open a TAC case to see in which IOS version the fix will be available.

Regards, 

Tere. 

If you find this post helpful, please rate!

Regards, Tere. If you find this post helpful, please rate! :)

i configured the script and is not working.

I hope you can help me

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: