rename interface

hi there.

i want to rename and interface along with the bridge name as well. the router concept is as following

Vlan interface are created and those interface are forwarded to Eth1
bridge is crated and merge with Vlan interface and assigned to 2-4
Either1 is the Uplink and all other are ports are LAN where it is carried through VLANS to either1

below is interface print

[admin@Hiyaagofi ] >
[admin@Hiyaagofi ] > interface print
Flags: D - dynamic, X - disabled, R - running, S - slave

NAME TYPE

0 R ether1 ether
1 R ether2 ether
2 R ether3 ether
3 ether4 ether
4 R ether5 ether
5 R VL-3073-ROL050773-IbrahimWaheed vlan
6 R VL-3074-ROL100343-NalahiyaTradingPvtLtd vlan
7 R VL-3073-brahimWaheed bridge
8 R VL-3074-NalahiyaTradingPvtLtd bridge
9 R VL-3171-ShabaabuRasheed vlan
10 R Shabaabu bridge
[admin@Hiyaagofi ] >
[admin@Hiyaagofi ] >

here is Vlan Print

[admin@Hiyaagofi (ROL)] >
[admin@Hiyaagofi (ROL)] > interface vlan print
Flags: X - disabled, R - running, S - slave

NAME MTU ARP VLAN-ID INTERFACE

0 R VL-3073-ROL050773-IbrahimWaheed 1500 enabled 3073 ether1
1 R VL-3074-ROL100343-NalahiyaTradingPvtLtd 1500 enabled 3074 ether1
2 R VL-3171-ShabaabuRasheed 1500 enabled 3171 ether1
[admin@Hiyaagofi (ROL)] >

and here is interface bridge port print

[admin@Hiyaagofi ] >
[admin@Hiyaagofi ] > interface bridge port print
Flags: X - disabled, I - inactive, D - dynamic

INTERFACE BRIDGE PRIORITY PATH-COST HORIZON

0 VL-3073-ROL050773-IbrahimWaheed VL-3073-brahimWaheed 0x80 10 none
1 ether2 VL-3073-brahimWaheed 0x80 10 none
2 VL-3074-ROL100343-NalahiyaTradingPvtLtd VL-3074-NalahiyaTradingPvtLtd 0x80 10 none
3 ether3 VL-3074-NalahiyaTradingPvtLtd 0x80 10 none
4 VL-3171-ShabaabuRasheed Shabaabu 0x80 10 none
5 ether5 Shabaabu 0x80 10 none
[admin@Hiyaagofi ] >


the thing is i want to rename interface name of "VL-3171-ShabaabuRasheed" and its bridge name "Shabaabu" to "VL-3171-ROL101745-Aliya-Haneef" and bridge name to "AliyaHaneef"

would appreciate your help

Thank You



Two ways:

Log in through Winbox and open the interface. You can change the name pretty easily there.

2nd Way:

show interfaces to see the line number of the interface you wish to change, then…

/interface set “LINENUMBER” name=“WHATEVER”