Write a Java program using Jave Swing with menu tabs that allows the user to do the following 1) when select Vlan tab it
Posted: Tue Jul 12, 2022 8:11 am
Write a Java program using Jave Swing with menu tabs that allowsthe user to do the following
1) when select Vlan tab it pop out the text field allow userinput VLAN number and VLAN name.
2) in the middle it will show default VLAN
3) when user add or remove button it will add new VLAN or removeold
4) at the button field will show updated config code. ( it willopen existing file and append to the file.)
in the frame
HQ MPLS Physical Config CLI Attributes GLOBAL Settings Algorithm Settings ROUTING Static RIP SWITCHING VLAN Database INTERFACE GigabitEthernet0/0/0 GigabitEthernet0/0/1 GigabitEthernet0/0/2 VLAN Number VLAN Name VLAN No Equivalent IOS Commands Router#configure terminal 1 1002 1003 token-ring-default 1004 fddinet-default 1005 trnet-default default fddi-default Top VLAN Configuration Add Enter configuration commands, one per line. End with CNTL/Z. Router (config)# interface GigabitEthernet0/0/0 Router (config-if)# Router (config-if) #end Router (vlan) # *SYS-5-CONFIG_I: Configured from console by console Remove VLAN Name Router#vlan database Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode. X
1) when select Vlan tab it pop out the text field allow userinput VLAN number and VLAN name.
2) in the middle it will show default VLAN
3) when user add or remove button it will add new VLAN or removeold
4) at the button field will show updated config code. ( it willopen existing file and append to the file.)
in the frame
HQ MPLS Physical Config CLI Attributes GLOBAL Settings Algorithm Settings ROUTING Static RIP SWITCHING VLAN Database INTERFACE GigabitEthernet0/0/0 GigabitEthernet0/0/1 GigabitEthernet0/0/2 VLAN Number VLAN Name VLAN No Equivalent IOS Commands Router#configure terminal 1 1002 1003 token-ring-default 1004 fddinet-default 1005 trnet-default default fddi-default Top VLAN Configuration Add Enter configuration commands, one per line. End with CNTL/Z. Router (config)# interface GigabitEthernet0/0/0 Router (config-if)# Router (config-if) #end Router (vlan) # *SYS-5-CONFIG_I: Configured from console by console Remove VLAN Name Router#vlan database Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode. X