请在下列路由器命令的右边括号内写上该行命令的意义: enable (进入特权用户配置模式) config ( ) Router1_config# interface fastethernet 0/0 ( ) Router1_config_f0/0# ip address 192.168.30.111 255.255.255.0 ( ) Router1_config_f0/0# exit Router1_config# interface ethernet 0/1 ( ) Router1_config_e0/1# ip address 192.168.40.111 255.255.255.0 ( ) Router1_config_e0/1# exit Router1_config# ip route 192.168.30.0 255.255.255.0 192.168.10.222 ( ) Router1_config# ip route 192.168.40.0 255.255.255.0 192.168.20.222 ( )