1636 CHAPTER 96: MPLS TE C ONFIGURATION COMMANDSRelated command: mpls te retry.Example # Set the interval for re-establishing tunnel 0 to 20 seconds. system-view[Sysname] interface tunnel 0[Sysname-Tunnel0] mpls te timer retry 20mpls te tunnel-idSyntax mpls te tunnel-id tunnel-idView Tunnel interface viewParameters tunnel-id: Tunnel ID. The value range and default vary by device.Description Use the mpls te tunnel-id command to configure the tunnel ID.You need to configure the tunnel ID before issuing the mpls te commit commandfor the first time. Otherwise, the tunnel cannot be created.n Once configured, a tunnel ID cannot be removed. To change a tunnel ID, you needto remove the tunnel and then reconfigure the tunnel, giving it a new tunnel ID.Examples # Configure the tunnel ID as 100. system-view[Sysname] interface tunnel 1/0/0[Sysname-Tunnel1/0/0] mpls te tunnel-id 100mpls te vpn-bindingSyntax mpls te vpn-binding { acl acl-number | vpn-instance vpn-instance-name }undo mpls te vpn-bindingView Tunnel interface viewParameter acl-number: Referenced ACL number, in the range 3000 to 3999. The MPLS TEtunnel forwards only VPN instance traffic that matches the referenced ACL.vpn-instance-name: VPN instance name, a string of 1 to 31 characters. The MPLSTE tunnel forwards only traffic of the specified VPN instance.Description Use the mpls te vpn-binding command to define the traffic that can travel theMPLS TE tunnel.Use the undo mpls te vpn-binding command to restore the default.By default, no restriction is defined about what traffic can travel down a TE tunnel.