Even when I am in the Vdom context, when I do "get system interfaces", it will show interfaces belonging to all VDOMs. It does not even have a column to say which vdom it belongs to. I also tried "diag ip address list" and it does not tell me that information either.
Is there a better command to display and even filter the information?
Thanks
Solved! Go to Solution.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
I suppose that if you create a limited admin user with admin rights on a particular VDOM then you should see only the interfaces belonging on this VDOM.
--------------------------------------------
If all else fails, use the force !
I suppose that if you create a limited admin user with admin rights on a particular VDOM then you should see only the interfaces belonging on this VDOM.
--------------------------------------------
If all else fails, use the force !
try to do it with grep here is a sample with vdom test
show full-configuration system interface | grep 'set vdom "test"' -B1
edit "ssl.test"
set vdom "test"
--
edit "port36.898"
set vdom "test"
--
edit "port38.899"
set vdom "test"
--
edit "lo_test_01"
set vdom "test"
--
edit "tun_1000_28"
set vdom "test"
--
edit "tun_1000_29"
set vdom "test"
--
edit "lo_test_254"
set vdom "test"
--
edit "port36.896"
set vdom "test"
--
edit "port38.897"
set vdom "test"
--
edit "tun_896_2d"
set vdom "test"
What I regularly do for units that has 70-90 vdoms is
config glo
config sys int
show | grep -f "vdom_name"
Toshi
diagnose sys device list <vdom_name>
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1669 | |
1081 | |
752 | |
446 | |
224 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.