Alcatel equivalent of formal or set commands?
Posted: 13 Apr 2016 09:19
Hi all,
First post here. It seems like there's no general section of this forum other than the one that's locked so my apologies if this is the wrong place to ask this.
In Cisco's IOSXR platform there are the commands "show run" and "show run formal" and in Juniper there's "show run" and "show run | display-set". The latter of each of those displays the output in a different format than the former. For example, with Cisco:
Compared to:
I know we can do something similar in Alcatel, for example if I want to create a user account I can do this:
OR:
I personally find the latter easier but don't know if there's a way to get admin display-config output in that manner. The only options I see for admin display-config are detail and index, neither of which do what I'm looking for.
Anyone know how to do this?
First post here. It seems like there's no general section of this forum other than the one that's locked so my apologies if this is the wrong place to ask this.
In Cisco's IOSXR platform there are the commands "show run" and "show run formal" and in Juniper there's "show run" and "show run | display-set". The latter of each of those displays the output in a different format than the former. For example, with Cisco:
Code: Select all
RP/0/RP0/CPU0:<node>#show run int TenGigE0/2/0/0
interface TenGigE0/2/0/0
description ...
cdp
mtu 9014
service-policy output egress-qos
ipv4 address ...
carrier-delay up 1000 down 100
dampeningCode: Select all
RP/0/RP0/CPU0:<node>#[b]show run formal[/b] | include TenGigE0/2/0/0
interface TenGigE0/2/0/0 description ...
interface TenGigE0/2/0/0 cdp
interface TenGigE0/2/0/0 mtu 9014
interface TenGigE0/2/0/0 service-policy output egress-qos
interface TenGigE0/2/0/0 ipv4 address ...
interface TenGigE0/2/0/0 carrier-delay up 1000 down 100
interface TenGigE0/2/0/0 dampeningCode: Select all
config
system
user "NOC"Code: Select all
config system user "NOC"Anyone know how to do this?