diff --git a/tbsetup/switchmac.in b/tbsetup/switchmac.in
index 62b7458dcceb4430fb858920250b9699bc4e7a93..249018b5614624375c5e4c0f0ee852559f32586b 100644
--- a/tbsetup/switchmac.in
+++ b/tbsetup/switchmac.in
@@ -2,7 +2,7 @@
 
 #
 # EMULAB-COPYRIGHT
-# Copyright (c) 2003, 2005 University of Utah and the Flux Group.
+# Copyright (c) 2003, 2005, 2007 University of Utah and the Flux Group.
 # All rights reserved.
 #
 
@@ -196,6 +196,9 @@ SWITCH:
 	if ($switchtype eq "foundry") {
 	    $device = new snmpit_foundry($switch,$debug,$community);
 	}
+	if ($switchtype eq "nortel") {
+	    $device = new snmpit_nortel($switch,$debug,$community);
+	}
     }
 
     #