Interface index find command

Hi all,
Is there any command option to know Mikrotik OS interface index number.
As equal to Cisco following command:
show snmp mib ifmib ifindex

Here is the command:
/interface print oid

also you can use snmpwalk command on Linux to find MIB and OID for all network devices.
just configure snmp on the device and use the following command.
for exmpale i configured snmp v2 community on router as test and my router ip address is 192.168.64.1.
command on Linux is :
snmpwalk -v 2c 192.168.64.1 -c test