You can configure tunnel interfaces to use the redirect server in deployments where a router running JUNOSe Software does not have a direct connection to the C Series Controller.
Before you configure a tunnel interface, configure the interface on the C Series Controller.
See Configuring Gigabit Ethernet Interfaces for IPv4 (SRC CLI)
Use the following configuration statements to configure tunnel interfaces at the [edit] hierarchy level:
- interfaces name tunnel
{
- mode (ipip | gre | sit);
- destination destination ;
- source source;
- key key ;
- interface interface ;
- ttl ttl ;
- }
- interfaces name unit unit-number family inet {
- address address ;
- }
To configure a tunnel interface on a C Series Controller:
For example:
or
or
For example:
For example:
For example:
For example:
For example:
[edit interfaces]
user@host# show
unit 0 {
family {
inet6 {
address 192.2.0.10/24;
}
}
}
ip-tunnel {
tunnel {
mode ipip;
destination 192.0.2.20;
source 192.20.10.5;
interface eth0;
ttl 110;
}
}