SlideShare ist ein Scribd-Unternehmen logo
1 von 18
Module 7
Preparing the Sentriant
CE150 for Operation

© 2006 Extreme Networks, Inc. All rights reserved.
Description
This module provides the necessary information and
steps to prepare the Sentriant CE150 for operation
(excluding the security policies.)
It explains how to configure the Sentriant CE150 local
and remote ports settings.
• It reviews the local port ARP vs. MAC resolution mechanism.
• It explains how to configure the remote port in a router vs.
non-router environment.

page 2

© 2006 Extreme Networks, Inc. All rights reserved.
Objectives
Upon completion of this module the successful
student will be able to:
• Configure the local and remote ports on the Sentriant
CE150.

• Understand when to use ARP vs. MAC to resolve Layer 2
MAC addressing on the local port.

• Know how to configure the remote port with IKE negotiation
within a subnet vs. in a routed network.

page 3

© 2006 Extreme Networks, Inc. All rights reserved.
Sentriant CE150 Network Data
Interfaces
Remote port to
Untrusted Network

Local port to
Trusted Network

Layer
3
Switch

The network data interfaces are labeled as the Remote and
Local ports
• The local port connects to the trusted, local side of the network.
• The remote port connects to the untrusted network, which is
typically a WAN, campus LAN, or MAN.

• There are two components to configure for each interface: the data
port IP address and default gateway.

page 4

© 2006 Extreme Networks, Inc. All rights reserved.
Local Port IP Address
To set the local port IP address:
• 1 At the config> prompt type interface local.
• 2 At the config-ifLocal> prompt, type ip address <ip
address> [subnet mask]

• Note: The subnet mask defaults to 255.255.255.0.

page 5

The example below sets the local port IP address.
• ops> con t
• config> int local
• config-ifLocal> ip address 192.168.10.150 255.255.255.0
• config-ifLocal>exit
• config> exit
• ops > copy s n
• ops > reboot
© 2006 Extreme Networks, Inc. All rights reserved.
Local Default Gateway
MAC Resolution Options

The method that the Sentriant CE150 appliance uses
to resolve Layer 2 MAC addresses depends on your
network configuration.
Three common scenarios are:
• Two Sentriant CE150s are connected back-to-back, with no
router between them (none)

• The Sentriant CE150 local port is connected to a Layer 2
switch (ARP)

• The Sentriant CE150 local port is connected to a router
(gateway)

page 6

© 2006 Extreme Networks, Inc. All rights reserved.
Two Sentriant CE150 Appliances
Connected Back-to-Back
192.168.144.175

192.168.144.140

Local Port
192.168.144.150

Sentriant CE150 #1
Remote Port
192.168.144.125

Local Port
192.168.144.155

Sentriant CE150 #2
Remote Port
192.168.144.130

The remote ports of Sentriant CE150 #1 and Sentriant CE150
#2 are on the same subnet.
The routers resolve the Layer 2 MAC address of the destination
stations, and traffic simply flows through the appliances.
page 7

In this scenario, the macAddressResolution command should
be set to none.
© 2006 Extreme Networks, Inc. All rights reserved.
When to Configure the Sentriant
CE150 Local Port for ARP
Station S1
192.168.144.175
Layer 2
Switch #1

Router Access Port
192.168.144.100

Sentriant CE150 #1

Local Port
192.168.144.150

Remote Port
192.168.144.125

Station S2
192.168.154.175
Router Access Port
192.168.154.100

Layer 2
Switch #2

Sentriant CE150 #2

Remote Port
192.168.154.125

Local Port
192.168.154.150

The Sentriant CE150 local port is connected to a switch, which
is on the same subnet as the Sentriant CE150 local port.
The Sentriant CE150 can send an ARP request to resolve MAC
addresses for Stations, on its local port side.
page 8

In this case, the macAddressResolution command takes the
arp attribute.
© 2006 Extreme Networks, Inc. All rights reserved.
When to Configure the Sentriant
CE150 Local Port for Gateway
Station S1
192.168.174.125
Router Local Port
192.168.174.1

Station S2
192.168.144.125
Router Local Port
192.168.164.1

Router R1 WAN Port
192.168.144.175

Router R4 WAN Port
192.168.154.175

Sentriant CE150 #1

Remote Port
Local Port
192.168.144.125
Router R2
192.168.144.150
192.168.144.100

Sentriant CE150 #2

Router R3
192.168.154.100

Remote Port
192.168.154.125

Local Port
192.168.154.150

The local port of Sentriant CE150 #2 is connected to Router R4.
To send packets to Station S2, Sentriant CE150 #2 uses the gateway
attribute to identify the IP address of the default gateway (Router R4’s
WAN port, 192.168.154.175).
page 9

The Sentriant CE150 #2 sends all packets to the specified gateway,
which then forwards the packets to the destination.
© 2006 Extreme Networks, Inc. All rights reserved.
Configuring the MAC Resolution
Mechanism on the local interface
To set the local port MAC resolution:
1. At the config-ifLocal> prompt, type

macAddrResolutionMechanism none | {arp | gateway <ip
address> [sourceMac | noSource]}
sourceMac: Uses the local port MAC address as the source MAC
address in decrypted packets.
noSource Uses the MAC address that is already on the incoming
packet instead of the local port source MAC address.

1. Type exit to return to configuration mode.
This example the Sentriant CE150 #2 local port for gateway.
config> int local
config-ifLocal> macAddrResolutionMechanism gateway
192.168.154.175
config-ifLocal> exit

This command requires a reboot to take effect.
page 10

© 2006 Extreme Networks, Inc. All rights reserved.
Configuring the Sentriant CE150
Remote Port IP Address

The remote port IP address identifies the untrusted network.
Changing the remote port IP address directly affects the IPSec
policies. Previously configured policies will not recognize the
new remote port IP address until the appliance is rebooted.
To set the remote port IP address:
1. At the config> prompt type interface remote
2. At the config-ifRemote> prompt, type ip address <ip address>
[subnet mask]

page 11

The example below sets the Remote port IP address
1. ops> con t
2. config> int remote
3. config-ifRemote> ip address 192.168.144.125 255.255.255.0
4. config-ifLocal>exit
5. config> exit
6. ops > copy s n
7. ops > reboot
© 2006 Extreme Networks, Inc. All rights reserved.
Configuring the Default Gateway
When you configure an ikeDefaultGateway IP address, the
Sentriant CE150 uses the remote port MAC address as the
source MAC address in encrypted packets.
To set the remote interface default gateway:
1. At the config-ifRemote> prompt, type ikeDefaultGateway none |
<ip address> [sourceMAC | noSource]

ip address The IP address of the router’s local access port must
match the subnet of the remote port IP address.
ikeDefaultGateway none removes a previously configured
ikeDefaultGateway IP address.
sourceMAC Uses the remote port MAC address as the source MAC
address in encrypted packets.
noSource Uses the MAC address that is already on the incoming
packet instead of the remote port source MAC address.

Type exit to return to configuration mode.
page 12

This command requires a reboot to take effect.

© 2006 Extreme Networks, Inc. All rights reserved.
Remote Default Gateway:
Sentriants on a Single Subnet
192.168.144.175

192.168.144.140

Local Port
192.168.144.150

Sentriant CE150 #1
Remote Port
192.168.144.125

Local Port
192.168.144.155

Sentriant CE150 #2
Remote Port
192.168.144.130

The remote ports of the two Sentriant CE150 appliances,
Sentriant CE150 #1 and Sentriant CE150 #2, are on the same
subnet with no routers between them.

page 13

Sentriant CE150 #1, which is the IKE negotiation initiator, is
able to send packets directly to Sentriant CE150 #2 to start the
IKE negotiation.
No configuration is needed to support this scenario.
© 2006 Extreme Networks, Inc. All rights reserved.
Remote Default Gateway:
Sentriants on a Routed Network
Station S1
192.168.174.125
Router Local Port
192.168.174.1

Station S2
192.168.144.125
Router Local Port
192.168.164.1

Router R1 WAN Port
192.168.144.175

Router R4 WAN Port
192.168.154.175

Sentriant CE150 #1

Remote Port
Local Port
192.168.144.125
Router R2
192.168.144.150
192.168.144.100

Sentriant CE150 #2

Router R3
192.168.154.100

Remote Port
192.168.154.125

Local Port
192.168.154.150

In this scenario, there is a router between the initiating Sentriant CE150
(Sentriant CE150 #1) and the WAN. The ikeDefaultGateway
command on Sentriant CE150 #1 specifies Router R2’s local router port
IP address, 192.168.144.100. In this way the Sentriant CE150 #1 uses
the router network to forward packets to peer Sentriant CE150 #2.
page 14

The Sentriant CE150 #2 specifies the Router R3 local access port,
192.168.154.100, as the default gateway to use to forward packets to
Sentriant CE150 #1.
© 2006 Extreme Networks, Inc. All rights reserved.
Remote Default Gateway:
Routed Network Example

This example configures the remote default gateway
on Sentriant CE150 #1, shown in the previous slide
routed network.
• ops> con t
• config> int remote
• config-ifRemote> ikeDefaultGateway 192.168.144.100
• config-ifRemote> exit
• config> exit
• ops > copy s n
• ops > reboot

page 15

NOTE: You must set the local port macResolutionMechanism to
arp or gateway before setting the remote port ikeDefaultGateway
IP address.
© 2006 Extreme Networks, Inc. All rights reserved.
Summary
This module provided the necessary information and
steps to prepare the Sentriant CE150 for operation.
It explained how to configure the Sentriant CE150
local and remote ports settings.
• It reviewed the local port ARP vs. MAC resolution
mechanism.

• It explained how to configure the remote port in a router vs.
non-router environment.

page 16

© 2006 Extreme Networks, Inc. All rights reserved.
Summary continued
You should now be able to:
• Configure the local and remote ports on the Sentriant
CE150.

• Understand when to use ARP vs. MAC to resolve Layer 2
MAC addressing on the local port.

• Configure the remote port with IKE negotiation within a
subnet vs. in a routed network.

page 17

© 2006 Extreme Networks, Inc. All rights reserved.
End of Module Review
5 Minutes

© 2006 Extreme Networks, Inc. All rights reserved.

Weitere ähnliche Inhalte

Was ist angesagt?

Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer) Arz Sy
 
Cisco labs practical6
Cisco labs practical6Cisco labs practical6
Cisco labs practical6Tai Lam
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config97148881557
 
Acn Experiment No 5
Acn Experiment No 5Acn Experiment No 5
Acn Experiment No 5Garima Singh
 
Acn Experiment No 6
Acn Experiment No 6Acn Experiment No 6
Acn Experiment No 6Garima Singh
 
Ccna lab manual 640 802
Ccna lab manual 640 802Ccna lab manual 640 802
Ccna lab manual 640 802manikkan
 
Acn Experiment No 4
Acn Experiment No 4Acn Experiment No 4
Acn Experiment No 4Garima Singh
 
Cis81 ccna1v5-2-configuring networkoperatingsystem
Cis81 ccna1v5-2-configuring networkoperatingsystemCis81 ccna1v5-2-configuring networkoperatingsystem
Cis81 ccna1v5-2-configuring networkoperatingsystemBetselove
 
Acn Experiment No 3
Acn Experiment No 3Acn Experiment No 3
Acn Experiment No 3Garima Singh
 
0.0.0.1 lab initializing and reloading a router and switch - ilm
0.0.0.1 lab   initializing and reloading a router and switch - ilm0.0.0.1 lab   initializing and reloading a router and switch - ilm
0.0.0.1 lab initializing and reloading a router and switch - ilmPedro César Carrasco Nova
 
Dynamic routing EIGRP
Dynamic routing EIGRPDynamic routing EIGRP
Dynamic routing EIGRPKishore Kumar
 
Cisco router basic configuration commands
Cisco router basic configuration commandsCisco router basic configuration commands
Cisco router basic configuration commandsCCNAStudyGuide
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationHamed Moghaddam
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Abdul Basit
 

Was ist angesagt? (18)

Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer)
 
Cisco labs practical6
Cisco labs practical6Cisco labs practical6
Cisco labs practical6
 
lab1
lab1lab1
lab1
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
Acn Experiment No 5
Acn Experiment No 5Acn Experiment No 5
Acn Experiment No 5
 
Acn Experiment No 6
Acn Experiment No 6Acn Experiment No 6
Acn Experiment No 6
 
Ccna lab manual 640 802
Ccna lab manual 640 802Ccna lab manual 640 802
Ccna lab manual 640 802
 
Acn Experiment No 4
Acn Experiment No 4Acn Experiment No 4
Acn Experiment No 4
 
Cis81 ccna1v5-2-configuring networkoperatingsystem
Cis81 ccna1v5-2-configuring networkoperatingsystemCis81 ccna1v5-2-configuring networkoperatingsystem
Cis81 ccna1v5-2-configuring networkoperatingsystem
 
Ccna command
Ccna commandCcna command
Ccna command
 
Acn Experiment No 3
Acn Experiment No 3Acn Experiment No 3
Acn Experiment No 3
 
0.0.0.1 lab initializing and reloading a router and switch - ilm
0.0.0.1 lab   initializing and reloading a router and switch - ilm0.0.0.1 lab   initializing and reloading a router and switch - ilm
0.0.0.1 lab initializing and reloading a router and switch - ilm
 
Vo ip avanzado pt
Vo ip avanzado ptVo ip avanzado pt
Vo ip avanzado pt
 
Dynamic routing EIGRP
Dynamic routing EIGRPDynamic routing EIGRP
Dynamic routing EIGRP
 
Cisco router basic configuration commands
Cisco router basic configuration commandsCisco router basic configuration commands
Cisco router basic configuration commands
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
 
Configuración del dial peer
Configuración del dial peer Configuración del dial peer
Configuración del dial peer
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2
 

Andere mochten auch

Solving the quality content problem
Solving the quality content problemSolving the quality content problem
Solving the quality content problemContent Rules, Inc.
 
NetScout Data Sheet UMTS-HSPA Migration
NetScout Data Sheet UMTS-HSPA MigrationNetScout Data Sheet UMTS-HSPA Migration
NetScout Data Sheet UMTS-HSPA MigrationContent Rules, Inc.
 
Content Rules Tech Illustrations Samples
Content Rules Tech Illustrations SamplesContent Rules Tech Illustrations Samples
Content Rules Tech Illustrations SamplesContent Rules, Inc.
 
Cisco End User Guide for Video Security Platform
Cisco End User Guide for Video Security PlatformCisco End User Guide for Video Security Platform
Cisco End User Guide for Video Security PlatformContent Rules, Inc.
 
Aruba Access Point Enclosure Installation Guide
Aruba Access Point Enclosure Installation GuideAruba Access Point Enclosure Installation Guide
Aruba Access Point Enclosure Installation GuideContent Rules, Inc.
 
Blue Coat 2013 Systems Mobile Malware Report
Blue Coat 2013 Systems Mobile Malware ReportBlue Coat 2013 Systems Mobile Malware Report
Blue Coat 2013 Systems Mobile Malware ReportContent Rules, Inc.
 
Planning Your Global Content Strategy
Planning Your Global Content StrategyPlanning Your Global Content Strategy
Planning Your Global Content StrategyContent Rules, Inc.
 
Integrating search marketing and social media
Integrating search marketing and social mediaIntegrating search marketing and social media
Integrating search marketing and social mediaReading Room
 
Groundworkuk June09
Groundworkuk June09Groundworkuk June09
Groundworkuk June09podnosh
 
Future of E-Commerce with Facebook Credits - A Story in Pioneer
Future of E-Commerce with Facebook Credits - A Story in PioneerFuture of E-Commerce with Facebook Credits - A Story in Pioneer
Future of E-Commerce with Facebook Credits - A Story in PioneerDigital Vidya
 
Breaking Down Silos: The New Mexico Experience
Breaking Down Silos: The New Mexico ExperienceBreaking Down Silos: The New Mexico Experience
Breaking Down Silos: The New Mexico Experiencenashp
 
Digital Vidya: The new indian express (oct 24, 2011)
Digital Vidya: The new indian express (oct 24, 2011)Digital Vidya: The new indian express (oct 24, 2011)
Digital Vidya: The new indian express (oct 24, 2011)Digital Vidya
 
Ondernemen in de toekomst
Ondernemen in de toekomstOndernemen in de toekomst
Ondernemen in de toekomstPiet van Vugt
 

Andere mochten auch (17)

Sejin Datasheet
Sejin DatasheetSejin Datasheet
Sejin Datasheet
 
Solving the quality content problem
Solving the quality content problemSolving the quality content problem
Solving the quality content problem
 
NetScout Data Sheet UMTS-HSPA Migration
NetScout Data Sheet UMTS-HSPA MigrationNetScout Data Sheet UMTS-HSPA Migration
NetScout Data Sheet UMTS-HSPA Migration
 
Content Rules Tech Illustrations Samples
Content Rules Tech Illustrations SamplesContent Rules Tech Illustrations Samples
Content Rules Tech Illustrations Samples
 
Cisco End User Guide for Video Security Platform
Cisco End User Guide for Video Security PlatformCisco End User Guide for Video Security Platform
Cisco End User Guide for Video Security Platform
 
Comunicacion
ComunicacionComunicacion
Comunicacion
 
Aruba Access Point Enclosure Installation Guide
Aruba Access Point Enclosure Installation GuideAruba Access Point Enclosure Installation Guide
Aruba Access Point Enclosure Installation Guide
 
Blue Coat 2013 Systems Mobile Malware Report
Blue Coat 2013 Systems Mobile Malware ReportBlue Coat 2013 Systems Mobile Malware Report
Blue Coat 2013 Systems Mobile Malware Report
 
Cisco solutions guide
Cisco solutions guideCisco solutions guide
Cisco solutions guide
 
Planning Your Global Content Strategy
Planning Your Global Content StrategyPlanning Your Global Content Strategy
Planning Your Global Content Strategy
 
Integrating search marketing and social media
Integrating search marketing and social mediaIntegrating search marketing and social media
Integrating search marketing and social media
 
Groundworkuk June09
Groundworkuk June09Groundworkuk June09
Groundworkuk June09
 
Future of E-Commerce with Facebook Credits - A Story in Pioneer
Future of E-Commerce with Facebook Credits - A Story in PioneerFuture of E-Commerce with Facebook Credits - A Story in Pioneer
Future of E-Commerce with Facebook Credits - A Story in Pioneer
 
Breaking Down Silos: The New Mexico Experience
Breaking Down Silos: The New Mexico ExperienceBreaking Down Silos: The New Mexico Experience
Breaking Down Silos: The New Mexico Experience
 
Po test
Po testPo test
Po test
 
Digital Vidya: The new indian express (oct 24, 2011)
Digital Vidya: The new indian express (oct 24, 2011)Digital Vidya: The new indian express (oct 24, 2011)
Digital Vidya: The new indian express (oct 24, 2011)
 
Ondernemen in de toekomst
Ondernemen in de toekomstOndernemen in de toekomst
Ondernemen in de toekomst
 

Ähnlich wie Preparing the Sentriant CE150 for Operation Module 7
 - - Training Sample

Intro to router_config
Intro to router_configIntro to router_config
Intro to router_configarjuntrk
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environmentscooby_doo
 
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Abhilash Kuniyil
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxgalerussel59292
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2Kris Mofu
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornmentAsif
 
SR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/Stable
SR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/StableSR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/Stable
SR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/Stablejuet-y
 
Communication &amp; switching networks lab manual
Communication &amp; switching networks lab manualCommunication &amp; switching networks lab manual
Communication &amp; switching networks lab manualMUSAAB HASAN
 
dokumen.tips_linux-networking-commands.ppt
dokumen.tips_linux-networking-commands.pptdokumen.tips_linux-networking-commands.ppt
dokumen.tips_linux-networking-commands.pptThorOdinson55
 
Ccna routing and switching
Ccna routing and switchingCcna routing and switching
Ccna routing and switchingCRIS FERNANDEZ
 
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxCCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxketurahhazelhurst
 
Chapter5ccna
Chapter5ccnaChapter5ccna
Chapter5ccnarobertoxe
 

Ähnlich wie Preparing the Sentriant CE150 for Operation Module 7
 - - Training Sample (20)

Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environment
 
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
Day 13.1..1 catalyst switch
Day 13.1..1 catalyst switchDay 13.1..1 catalyst switch
Day 13.1..1 catalyst switch
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornment
 
1-300-206 (SENSS)=Firewall (642-618)
1-300-206 (SENSS)=Firewall (642-618) 1-300-206 (SENSS)=Firewall (642-618)
1-300-206 (SENSS)=Firewall (642-618)
 
SR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/Stable
SR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/StableSR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/Stable
SR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/Stable
 
acit mumbai - ospf rouitng
acit mumbai - ospf rouitng acit mumbai - ospf rouitng
acit mumbai - ospf rouitng
 
Communication &amp; switching networks lab manual
Communication &amp; switching networks lab manualCommunication &amp; switching networks lab manual
Communication &amp; switching networks lab manual
 
CCNA Icnd110 s04l05
CCNA Icnd110 s04l05CCNA Icnd110 s04l05
CCNA Icnd110 s04l05
 
dokumen.tips_linux-networking-commands.ppt
dokumen.tips_linux-networking-commands.pptdokumen.tips_linux-networking-commands.ppt
dokumen.tips_linux-networking-commands.ppt
 
Ccna routing and switching
Ccna routing and switchingCcna routing and switching
Ccna routing and switching
 
CCNA CheatSheet
CCNA CheatSheetCCNA CheatSheet
CCNA CheatSheet
 
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxCCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
 
Chapter5ccna
Chapter5ccnaChapter5ccna
Chapter5ccna
 
Chapter5ccna
Chapter5ccnaChapter5ccna
Chapter5ccna
 

Mehr von Content Rules, Inc.

Taxonomy and Terminology: The Crossroad of Controlled Vocabulary
Taxonomy and Terminology: The Crossroad of Controlled VocabularyTaxonomy and Terminology: The Crossroad of Controlled Vocabulary
Taxonomy and Terminology: The Crossroad of Controlled VocabularyContent Rules, Inc.
 
Taking Your Content to Global Proportinos - Global Website Best Practices
Taking Your Content to Global Proportinos - Global Website Best PracticesTaking Your Content to Global Proportinos - Global Website Best Practices
Taking Your Content to Global Proportinos - Global Website Best PracticesContent Rules, Inc.
 
Do Personas Work in a Global Marketplace?
Do Personas Work in a Global Marketplace?Do Personas Work in a Global Marketplace?
Do Personas Work in a Global Marketplace?Content Rules, Inc.
 
Processing Source Terminology - Localization World 2014
Processing Source Terminology - Localization World 2014Processing Source Terminology - Localization World 2014
Processing Source Terminology - Localization World 2014Content Rules, Inc.
 
Global content strategy meetup 10_16_14
Global content strategy meetup 10_16_14Global content strategy meetup 10_16_14
Global content strategy meetup 10_16_14Content Rules, Inc.
 
Your Brain on XML: Structured Content and Operational Efficiency
Your Brain on XML: Structured Content and Operational EfficiencyYour Brain on XML: Structured Content and Operational Efficiency
Your Brain on XML: Structured Content and Operational EfficiencyContent Rules, Inc.
 
WikiProject Medicine: Breaking Down Barriers to Save Lives
WikiProject Medicine: Breaking Down Barriers to Save LivesWikiProject Medicine: Breaking Down Barriers to Save Lives
WikiProject Medicine: Breaking Down Barriers to Save LivesContent Rules, Inc.
 
Content rules overview and global readiness
Content rules overview and global readinessContent rules overview and global readiness
Content rules overview and global readinessContent Rules, Inc.
 
Security Design Considerations Module 3 - Training Sample
Security Design Considerations Module 3 - Training SampleSecurity Design Considerations Module 3 - Training Sample
Security Design Considerations Module 3 - Training SampleContent Rules, Inc.
 
NetApp Word Cloud - Marketing Sample
NetApp Word Cloud - Marketing SampleNetApp Word Cloud - Marketing Sample
NetApp Word Cloud - Marketing SampleContent Rules, Inc.
 
How to Write Using International English - Excerpt
How to Write Using International English - ExcerptHow to Write Using International English - Excerpt
How to Write Using International English - ExcerptContent Rules, Inc.
 
P03 swisher val_developing a global content strategy_swisher
P03 swisher val_developing a global content strategy_swisherP03 swisher val_developing a global content strategy_swisher
P03 swisher val_developing a global content strategy_swisherContent Rules, Inc.
 
The Seven Components of a Global Content Strategy
The Seven Components of a Global Content StrategyThe Seven Components of a Global Content Strategy
The Seven Components of a Global Content StrategyContent Rules, Inc.
 
Using Language to Change the World - Translators Without Borders
Using Language to Change the World - Translators Without BordersUsing Language to Change the World - Translators Without Borders
Using Language to Change the World - Translators Without BordersContent Rules, Inc.
 
Thinking Strategically About Content Destined for Machine Translation
Thinking Strategically About Content Destined for Machine TranslationThinking Strategically About Content Destined for Machine Translation
Thinking Strategically About Content Destined for Machine TranslationContent Rules, Inc.
 
Shepherding Your Content for Operational Efficiency
Shepherding Your Content for Operational EfficiencyShepherding Your Content for Operational Efficiency
Shepherding Your Content for Operational EfficiencyContent Rules, Inc.
 
It Starts With The Source - Source English Terminology in a Multi-Channel, Gl...
It Starts With The Source - Source English Terminology in a Multi-Channel, Gl...It Starts With The Source - Source English Terminology in a Multi-Channel, Gl...
It Starts With The Source - Source English Terminology in a Multi-Channel, Gl...Content Rules, Inc.
 
Cisco Integrated Selling Process Presentation
Cisco Integrated Selling Process PresentationCisco Integrated Selling Process Presentation
Cisco Integrated Selling Process PresentationContent Rules, Inc.
 

Mehr von Content Rules, Inc. (20)

Taxonomy and Terminology: The Crossroad of Controlled Vocabulary
Taxonomy and Terminology: The Crossroad of Controlled VocabularyTaxonomy and Terminology: The Crossroad of Controlled Vocabulary
Taxonomy and Terminology: The Crossroad of Controlled Vocabulary
 
Taking Your Content to Global Proportinos - Global Website Best Practices
Taking Your Content to Global Proportinos - Global Website Best PracticesTaking Your Content to Global Proportinos - Global Website Best Practices
Taking Your Content to Global Proportinos - Global Website Best Practices
 
Do Personas Work in a Global Marketplace?
Do Personas Work in a Global Marketplace?Do Personas Work in a Global Marketplace?
Do Personas Work in a Global Marketplace?
 
Processing Source Terminology - Localization World 2014
Processing Source Terminology - Localization World 2014Processing Source Terminology - Localization World 2014
Processing Source Terminology - Localization World 2014
 
Global content strategy meetup 10_16_14
Global content strategy meetup 10_16_14Global content strategy meetup 10_16_14
Global content strategy meetup 10_16_14
 
Your Brain on XML: Structured Content and Operational Efficiency
Your Brain on XML: Structured Content and Operational EfficiencyYour Brain on XML: Structured Content and Operational Efficiency
Your Brain on XML: Structured Content and Operational Efficiency
 
WikiProject Medicine: Breaking Down Barriers to Save Lives
WikiProject Medicine: Breaking Down Barriers to Save LivesWikiProject Medicine: Breaking Down Barriers to Save Lives
WikiProject Medicine: Breaking Down Barriers to Save Lives
 
Content rules overview and global readiness
Content rules overview and global readinessContent rules overview and global readiness
Content rules overview and global readiness
 
Security Design Considerations Module 3 - Training Sample
Security Design Considerations Module 3 - Training SampleSecurity Design Considerations Module 3 - Training Sample
Security Design Considerations Module 3 - Training Sample
 
NetApp Word Cloud - Marketing Sample
NetApp Word Cloud - Marketing SampleNetApp Word Cloud - Marketing Sample
NetApp Word Cloud - Marketing Sample
 
How to Write Using International English - Excerpt
How to Write Using International English - ExcerptHow to Write Using International English - Excerpt
How to Write Using International English - Excerpt
 
P03 swisher val_developing a global content strategy_swisher
P03 swisher val_developing a global content strategy_swisherP03 swisher val_developing a global content strategy_swisher
P03 swisher val_developing a global content strategy_swisher
 
The Seven Components of a Global Content Strategy
The Seven Components of a Global Content StrategyThe Seven Components of a Global Content Strategy
The Seven Components of a Global Content Strategy
 
Using Language to Change the World - Translators Without Borders
Using Language to Change the World - Translators Without BordersUsing Language to Change the World - Translators Without Borders
Using Language to Change the World - Translators Without Borders
 
Google Course Lecture
Google Course LectureGoogle Course Lecture
Google Course Lecture
 
Thinking Strategically About Content Destined for Machine Translation
Thinking Strategically About Content Destined for Machine TranslationThinking Strategically About Content Destined for Machine Translation
Thinking Strategically About Content Destined for Machine Translation
 
Shepherding Your Content for Operational Efficiency
Shepherding Your Content for Operational EfficiencyShepherding Your Content for Operational Efficiency
Shepherding Your Content for Operational Efficiency
 
It Starts With The Source - Source English Terminology in a Multi-Channel, Gl...
It Starts With The Source - Source English Terminology in a Multi-Channel, Gl...It Starts With The Source - Source English Terminology in a Multi-Channel, Gl...
It Starts With The Source - Source English Terminology in a Multi-Channel, Gl...
 
Silver Peak Case Study
Silver Peak Case StudySilver Peak Case Study
Silver Peak Case Study
 
Cisco Integrated Selling Process Presentation
Cisco Integrated Selling Process PresentationCisco Integrated Selling Process Presentation
Cisco Integrated Selling Process Presentation
 

Kürzlich hochgeladen

FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 

Kürzlich hochgeladen (20)

FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 

Preparing the Sentriant CE150 for Operation Module 7
 - - Training Sample

  • 1. Module 7 Preparing the Sentriant CE150 for Operation © 2006 Extreme Networks, Inc. All rights reserved.
  • 2. Description This module provides the necessary information and steps to prepare the Sentriant CE150 for operation (excluding the security policies.) It explains how to configure the Sentriant CE150 local and remote ports settings. • It reviews the local port ARP vs. MAC resolution mechanism. • It explains how to configure the remote port in a router vs. non-router environment. page 2 © 2006 Extreme Networks, Inc. All rights reserved.
  • 3. Objectives Upon completion of this module the successful student will be able to: • Configure the local and remote ports on the Sentriant CE150. • Understand when to use ARP vs. MAC to resolve Layer 2 MAC addressing on the local port. • Know how to configure the remote port with IKE negotiation within a subnet vs. in a routed network. page 3 © 2006 Extreme Networks, Inc. All rights reserved.
  • 4. Sentriant CE150 Network Data Interfaces Remote port to Untrusted Network Local port to Trusted Network Layer 3 Switch The network data interfaces are labeled as the Remote and Local ports • The local port connects to the trusted, local side of the network. • The remote port connects to the untrusted network, which is typically a WAN, campus LAN, or MAN. • There are two components to configure for each interface: the data port IP address and default gateway. page 4 © 2006 Extreme Networks, Inc. All rights reserved.
  • 5. Local Port IP Address To set the local port IP address: • 1 At the config> prompt type interface local. • 2 At the config-ifLocal> prompt, type ip address <ip address> [subnet mask] • Note: The subnet mask defaults to 255.255.255.0. page 5 The example below sets the local port IP address. • ops> con t • config> int local • config-ifLocal> ip address 192.168.10.150 255.255.255.0 • config-ifLocal>exit • config> exit • ops > copy s n • ops > reboot © 2006 Extreme Networks, Inc. All rights reserved.
  • 6. Local Default Gateway MAC Resolution Options The method that the Sentriant CE150 appliance uses to resolve Layer 2 MAC addresses depends on your network configuration. Three common scenarios are: • Two Sentriant CE150s are connected back-to-back, with no router between them (none) • The Sentriant CE150 local port is connected to a Layer 2 switch (ARP) • The Sentriant CE150 local port is connected to a router (gateway) page 6 © 2006 Extreme Networks, Inc. All rights reserved.
  • 7. Two Sentriant CE150 Appliances Connected Back-to-Back 192.168.144.175 192.168.144.140 Local Port 192.168.144.150 Sentriant CE150 #1 Remote Port 192.168.144.125 Local Port 192.168.144.155 Sentriant CE150 #2 Remote Port 192.168.144.130 The remote ports of Sentriant CE150 #1 and Sentriant CE150 #2 are on the same subnet. The routers resolve the Layer 2 MAC address of the destination stations, and traffic simply flows through the appliances. page 7 In this scenario, the macAddressResolution command should be set to none. © 2006 Extreme Networks, Inc. All rights reserved.
  • 8. When to Configure the Sentriant CE150 Local Port for ARP Station S1 192.168.144.175 Layer 2 Switch #1 Router Access Port 192.168.144.100 Sentriant CE150 #1 Local Port 192.168.144.150 Remote Port 192.168.144.125 Station S2 192.168.154.175 Router Access Port 192.168.154.100 Layer 2 Switch #2 Sentriant CE150 #2 Remote Port 192.168.154.125 Local Port 192.168.154.150 The Sentriant CE150 local port is connected to a switch, which is on the same subnet as the Sentriant CE150 local port. The Sentriant CE150 can send an ARP request to resolve MAC addresses for Stations, on its local port side. page 8 In this case, the macAddressResolution command takes the arp attribute. © 2006 Extreme Networks, Inc. All rights reserved.
  • 9. When to Configure the Sentriant CE150 Local Port for Gateway Station S1 192.168.174.125 Router Local Port 192.168.174.1 Station S2 192.168.144.125 Router Local Port 192.168.164.1 Router R1 WAN Port 192.168.144.175 Router R4 WAN Port 192.168.154.175 Sentriant CE150 #1 Remote Port Local Port 192.168.144.125 Router R2 192.168.144.150 192.168.144.100 Sentriant CE150 #2 Router R3 192.168.154.100 Remote Port 192.168.154.125 Local Port 192.168.154.150 The local port of Sentriant CE150 #2 is connected to Router R4. To send packets to Station S2, Sentriant CE150 #2 uses the gateway attribute to identify the IP address of the default gateway (Router R4’s WAN port, 192.168.154.175). page 9 The Sentriant CE150 #2 sends all packets to the specified gateway, which then forwards the packets to the destination. © 2006 Extreme Networks, Inc. All rights reserved.
  • 10. Configuring the MAC Resolution Mechanism on the local interface To set the local port MAC resolution: 1. At the config-ifLocal> prompt, type macAddrResolutionMechanism none | {arp | gateway <ip address> [sourceMac | noSource]} sourceMac: Uses the local port MAC address as the source MAC address in decrypted packets. noSource Uses the MAC address that is already on the incoming packet instead of the local port source MAC address. 1. Type exit to return to configuration mode. This example the Sentriant CE150 #2 local port for gateway. config> int local config-ifLocal> macAddrResolutionMechanism gateway 192.168.154.175 config-ifLocal> exit This command requires a reboot to take effect. page 10 © 2006 Extreme Networks, Inc. All rights reserved.
  • 11. Configuring the Sentriant CE150 Remote Port IP Address The remote port IP address identifies the untrusted network. Changing the remote port IP address directly affects the IPSec policies. Previously configured policies will not recognize the new remote port IP address until the appliance is rebooted. To set the remote port IP address: 1. At the config> prompt type interface remote 2. At the config-ifRemote> prompt, type ip address <ip address> [subnet mask] page 11 The example below sets the Remote port IP address 1. ops> con t 2. config> int remote 3. config-ifRemote> ip address 192.168.144.125 255.255.255.0 4. config-ifLocal>exit 5. config> exit 6. ops > copy s n 7. ops > reboot © 2006 Extreme Networks, Inc. All rights reserved.
  • 12. Configuring the Default Gateway When you configure an ikeDefaultGateway IP address, the Sentriant CE150 uses the remote port MAC address as the source MAC address in encrypted packets. To set the remote interface default gateway: 1. At the config-ifRemote> prompt, type ikeDefaultGateway none | <ip address> [sourceMAC | noSource] ip address The IP address of the router’s local access port must match the subnet of the remote port IP address. ikeDefaultGateway none removes a previously configured ikeDefaultGateway IP address. sourceMAC Uses the remote port MAC address as the source MAC address in encrypted packets. noSource Uses the MAC address that is already on the incoming packet instead of the remote port source MAC address. Type exit to return to configuration mode. page 12 This command requires a reboot to take effect. © 2006 Extreme Networks, Inc. All rights reserved.
  • 13. Remote Default Gateway: Sentriants on a Single Subnet 192.168.144.175 192.168.144.140 Local Port 192.168.144.150 Sentriant CE150 #1 Remote Port 192.168.144.125 Local Port 192.168.144.155 Sentriant CE150 #2 Remote Port 192.168.144.130 The remote ports of the two Sentriant CE150 appliances, Sentriant CE150 #1 and Sentriant CE150 #2, are on the same subnet with no routers between them. page 13 Sentriant CE150 #1, which is the IKE negotiation initiator, is able to send packets directly to Sentriant CE150 #2 to start the IKE negotiation. No configuration is needed to support this scenario. © 2006 Extreme Networks, Inc. All rights reserved.
  • 14. Remote Default Gateway: Sentriants on a Routed Network Station S1 192.168.174.125 Router Local Port 192.168.174.1 Station S2 192.168.144.125 Router Local Port 192.168.164.1 Router R1 WAN Port 192.168.144.175 Router R4 WAN Port 192.168.154.175 Sentriant CE150 #1 Remote Port Local Port 192.168.144.125 Router R2 192.168.144.150 192.168.144.100 Sentriant CE150 #2 Router R3 192.168.154.100 Remote Port 192.168.154.125 Local Port 192.168.154.150 In this scenario, there is a router between the initiating Sentriant CE150 (Sentriant CE150 #1) and the WAN. The ikeDefaultGateway command on Sentriant CE150 #1 specifies Router R2’s local router port IP address, 192.168.144.100. In this way the Sentriant CE150 #1 uses the router network to forward packets to peer Sentriant CE150 #2. page 14 The Sentriant CE150 #2 specifies the Router R3 local access port, 192.168.154.100, as the default gateway to use to forward packets to Sentriant CE150 #1. © 2006 Extreme Networks, Inc. All rights reserved.
  • 15. Remote Default Gateway: Routed Network Example This example configures the remote default gateway on Sentriant CE150 #1, shown in the previous slide routed network. • ops> con t • config> int remote • config-ifRemote> ikeDefaultGateway 192.168.144.100 • config-ifRemote> exit • config> exit • ops > copy s n • ops > reboot page 15 NOTE: You must set the local port macResolutionMechanism to arp or gateway before setting the remote port ikeDefaultGateway IP address. © 2006 Extreme Networks, Inc. All rights reserved.
  • 16. Summary This module provided the necessary information and steps to prepare the Sentriant CE150 for operation. It explained how to configure the Sentriant CE150 local and remote ports settings. • It reviewed the local port ARP vs. MAC resolution mechanism. • It explained how to configure the remote port in a router vs. non-router environment. page 16 © 2006 Extreme Networks, Inc. All rights reserved.
  • 17. Summary continued You should now be able to: • Configure the local and remote ports on the Sentriant CE150. • Understand when to use ARP vs. MAC to resolve Layer 2 MAC addressing on the local port. • Configure the remote port with IKE negotiation within a subnet vs. in a routed network. page 17 © 2006 Extreme Networks, Inc. All rights reserved.
  • 18. End of Module Review 5 Minutes © 2006 Extreme Networks, Inc. All rights reserved.