Configuring the ip unnumbered interface
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-22-2015 10:09 AM
How do these settings on ExtremeXOS version 15.4.1.3 X460-48t
http://www.cisco.com/c/en/us/support/docs/ip/hot-standby-router-protocol-hsrp/13786-20.html#diagone
http://www.cisco.com/c/en/us/support/docs/ip/hot-standby-router-protocol-hsrp/13786-20.html#diagone
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-24-2016 12:52 PM
Hi Chubak,
Cisco routers provide some special configuration options for serial interfaces. Those do not apply to Ethernet switches, neither for Cisco's nor for Extreme's. You cannot blindly copy a router configuration to a switch.
Br,
Erik
Cisco routers provide some special configuration options for serial interfaces. Those do not apply to Ethernet switches, neither for Cisco's nor for Extreme's. You cannot blindly copy a router configuration to a switch.
Br,
Erik
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-24-2016 12:13 PM
Ip unnumbered can be done via Super-Vlan in ExtremeXOS.
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-subvlan-with-super-vlan
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-subvlan-with-super-vlan
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-28-2015 02:38 PM
Hi Chubak,
Based on the output you provided it looks like you are trying to create 3 vlans with vids of 101, 102 and 103. You would like them all to have loopback enabled. If this is true here are the commands below:
create vlan one tag 101
create vlan two tag 102
create vlan three tag 103
configure vlan one ipaddress 192.168.1.1/24
enable loopback vlan one
each vlan has to have its own ip address in a different subnet, like so:
configure vlan two ipaddress 192.168.2.1/24
configure vlan three ipaddress 192.168.3.1/24
Then you can enable loopback on those as well
enable loopback vlan two
enable loopback vlan three
Please let me know if this is what you are looking for.
Based on the output you provided it looks like you are trying to create 3 vlans with vids of 101, 102 and 103. You would like them all to have loopback enabled. If this is true here are the commands below:
create vlan one tag 101
create vlan two tag 102
create vlan three tag 103
configure vlan one ipaddress 192.168.1.1/24
enable loopback vlan one
each vlan has to have its own ip address in a different subnet, like so:
configure vlan two ipaddress 192.168.2.1/24
configure vlan three ipaddress 192.168.3.1/24
Then you can enable loopback on those as well
enable loopback vlan two
enable loopback vlan three
Please let me know if this is what you are looking for.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-23-2015 05:05 AM
Task Extreme?
Create a loopback Interface?
interface loopback 1
IP address 192.168.1.1 255.255.255.0
Create Interface vlan 101
IP address (loopback 1)
Interface vlan 102
IP address (loopback 1)
Interface vlan 103
IP address (loopback 1)
Example Cisco:
interface loopback 1
IP address 192.168.1.1 255.255.255.0
interface vlan 101
IP unnumbered loopback 1
Interface vlan 102
IP unnumbered loopback 1
Interface vlan 103
IP unnumbered loopback 1
Create a loopback Interface?
interface loopback 1
IP address 192.168.1.1 255.255.255.0
Create Interface vlan 101
IP address (loopback 1)
Interface vlan 102
IP address (loopback 1)
Interface vlan 103
IP address (loopback 1)
Example Cisco:
interface loopback 1
IP address 192.168.1.1 255.255.255.0
interface vlan 101
IP unnumbered loopback 1
Interface vlan 102
IP unnumbered loopback 1
Interface vlan 103
IP unnumbered loopback 1
