Page 1 of 1

Removing EFM-OAM on an Interface

Posted: 20 Jul 2016 04:48
by Eagleman
Hello Guys,

I need to remove EFM-AOM parameters on the below outputs, but unsure if the "hold-time up 10" is a component of it.
ethernet
crc-monitor
sd-threshold 5
exit
hold-time up 10
efm-oam
transmit-interval 1 multiplier 3
hold-time 30
no shutdown

exit
exit
no shutdown


Can anyone please help clarify?
Thanks

Re: Removing EFM-OAM on an Interface

Posted: 20 Jul 2016 05:11
by mivens
It's easier to see if you post your output with the indentation intact:

Code: Select all

        ethernet
            crc-monitor
                sd-threshold 5
            exit
            hold-time up 10
            efm-oam
                transmit-interval 1 multiplier 3
                hold-time 30
                no shutdown
            exit
        exit
        no shutdown
"hold-time up 10" is the ethernet hold-time.
"hold-time 30" is under efm-oam.

There is a useful command called "tree flat detail" that tells you every possible command. Below you can see everywhere under "configure port ethernet" where "hold-time" is configured.

Code: Select all

*A:7750# tree flat detail | match "configure port ethernet.*hold-time"  expression
configure port ethernet efm-oam hold-time <time-value>
configure port ethernet efm-oam no hold-time
configure port ethernet hold-time {[up <hold-time up>] [down <hold-time down>] [seconds|centiseconds]}
configure port ethernet no hold-time
*A:7750#