multi: type: ipv6net help: RIPng network syntax:expression: exec "ipaddrcheck --verbose --is-ipv6-net $VAR(@)" create: vtysh -c "configure terminal" \ -c "router ripng" \ -c "network $VAR(@)" delete: vtysh -c "configure terminal" \ -c "router ripng" \ -c "no network $VAR(@)"